Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dproperty.c869 const char *childname) in fwnode_get_named_child_node() argument
871 return fwnode_call_ptr_op(fwnode, get_named_child_node, childname); in fwnode_get_named_child_node()
884 const char *childname) in device_get_named_child_node() argument
886 return fwnode_get_named_child_node(dev_fwnode(dev), childname); in device_get_named_child_node()
H A Dswnode.c486 const char *childname) in software_node_get_named_child_node() argument
495 if (!strcmp(childname, kobject_name(&child->kobj))) { in software_node_get_named_child_node()
/linux/include/linux/
H A Dproperty.h210 const char *childname);
212 const char *childname);
/linux/drivers/acpi/
H A Dproperty.c828 const char *childname) in acpi_fwnode_get_named_child_node() argument
834 if (acpi_data_node_match(child, childname)) in acpi_fwnode_get_named_child_node()
840 childname, ACPI_NAMESEG_SIZE)) in acpi_fwnode_get_named_child_node()