Home
last modified time | relevance | path

Searched refs:childname (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Dproperty.h105 const struct fwnode_handle *fwnode, const char *childname);
107 const char *childname);
/linux-4.19.296/drivers/base/
Dproperty.c1112 const char *childname) in fwnode_get_named_child_node() argument
1114 return fwnode_call_ptr_op(fwnode, get_named_child_node, childname); in fwnode_get_named_child_node()
1124 const char *childname) in device_get_named_child_node() argument
1126 return fwnode_get_named_child_node(dev_fwnode(dev), childname); in device_get_named_child_node()
/linux-4.19.296/drivers/of/
Dproperty.c891 const char *childname) in of_fwnode_get_named_child_node() argument
897 if (!of_node_cmp(child->name, childname)) in of_fwnode_get_named_child_node()