Home
last modified time | relevance | path

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

/linux-6.15/drivers/base/
H A Dproperty.c870 const char *childname) in fwnode_get_named_child_node() argument
872 return fwnode_call_ptr_op(fwnode, get_named_child_node, childname); in fwnode_get_named_child_node()
885 const char *childname) in device_get_named_child_node() argument
887 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-6.15/include/linux/
H A Dproperty.h187 const char *childname);
189 const char *childname);
/linux-6.15/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-6.15/drivers/of/
H A Dproperty.c1104 const char *childname) in of_fwnode_get_named_child_node() argument
1110 if (of_node_name_eq(child, childname)) in of_fwnode_get_named_child_node()