Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/
H A Dproperty.c823 const char *childname) in fwnode_get_named_child_node() argument
825 return fwnode_call_ptr_op(fwnode, get_named_child_node, childname); in fwnode_get_named_child_node()
838 const char *childname) in device_get_named_child_node() argument
840 return fwnode_get_named_child_node(dev_fwnode(dev), childname); in device_get_named_child_node()
H A 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()
/openbmc/qemu/tests/unit/
H A Dtest-xs-node.c164 char *childname = key; in compare_child() local
166 XsNode *child2 = g_hash_table_lookup(cw->parent_2->children, childname); in compare_child()
171 printf("Child '%s' does not exist under '%s'\n", childname, cw->path); in compare_child()
176 strncat(cw->path, childname, sizeof(cw->path) - 1); in compare_child()
/openbmc/linux/include/linux/
H A Dproperty.h177 const char *childname);
179 const char *childname);
/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c1757 char *childname; in consume_node() local
1761 ret = consume_string(us, &childname, &childlen); in consume_node()
1773 strncat(us->path, childname, sizeof(us->path) - 1); in consume_node()
1782 xs_node_add_child(n, childname, child); in consume_node()
/openbmc/linux/drivers/acpi/
H A 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()
/openbmc/linux/drivers/of/
H A Dproperty.c968 const char *childname) in of_fwnode_get_named_child_node() argument
974 if (of_node_name_eq(child, childname)) in of_fwnode_get_named_child_node()
/openbmc/qemu/hw/s390x/
H A Ds390-virtio-ccw.c237 g_autofree char *childname = g_strdup_printf("%s[%d]", name, cnt++); in s390_create_virtio_net() local
238 object_property_add_child(OBJECT(bus), childname, OBJECT(dev)); in s390_create_virtio_net()
/openbmc/qemu/hw/ppc/
H A Dtrace-events57 spapr_drc_realize_child(uint32_t index, const char *childname) "drc: 0x%"PRIx32", child name: %s"