Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/base/
Dproperty.c785 const char *childname) in fwnode_get_named_child_node() argument
787 return fwnode_call_ptr_op(fwnode, get_named_child_node, childname); in fwnode_get_named_child_node()
797 const char *childname) in device_get_named_child_node() argument
799 return fwnode_get_named_child_node(dev_fwnode(dev), childname); in device_get_named_child_node()
Dswnode.c475 const char *childname) in software_node_get_named_child_node() argument
484 if (!strcmp(childname, kobject_name(&child->kobj))) { in software_node_get_named_child_node()
/Linux-v6.1/include/linux/
Dproperty.h120 const struct fwnode_handle *fwnode, const char *childname);
122 const char *childname);
/Linux-v6.1/drivers/acpi/
Dproperty.c776 const char *childname) in acpi_fwnode_get_named_child_node() argument
782 if (acpi_data_node_match(child, childname)) in acpi_fwnode_get_named_child_node()
788 childname, ACPI_NAMESEG_SIZE)) in acpi_fwnode_get_named_child_node()
/Linux-v6.1/drivers/of/
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()