childname 607 drivers/acpi/property.c const char *childname) childname 619 drivers/acpi/property.c if (acpi_data_node_match(child, childname)) childname 629 drivers/acpi/property.c if (!strncmp(name, childname, ACPI_NAMESEG_SIZE)) childname 659 drivers/base/property.c const char *childname) childname 661 drivers/base/property.c return fwnode_call_ptr_op(fwnode, get_named_child_node, childname); childname 671 drivers/base/property.c const char *childname) childname 673 drivers/base/property.c return fwnode_get_named_child_node(dev_fwnode(dev), childname); childname 549 drivers/base/swnode.c const char *childname) childname 558 drivers/base/swnode.c if (!strcmp(childname, kobject_name(&child->kobj))) { childname 891 drivers/of/property.c const char *childname) childname 897 drivers/of/property.c if (of_node_name_eq(child, childname)) childname 107 include/linux/property.h const struct fwnode_handle *fwnode, const char *childname); childname 109 include/linux/property.h const char *childname);