Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dproperty.c788 const char *childname) in acpi_fwnode_get_named_child_node() argument
794 if (acpi_data_node_match(child, childname)) in acpi_fwnode_get_named_child_node()
800 childname, ACPI_NAMESEG_SIZE)) in acpi_fwnode_get_named_child_node()
/linux/drivers/base/
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/drivers/of/
H A Dproperty.c966 const char *childname) in of_fwnode_get_named_child_node() argument
972 if (of_node_name_eq(child, childname)) in of_fwnode_get_named_child_node()