Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfwnode.h148 (*get_next_child_node)(const struct fwnode_handle *fwnode, member
/openbmc/linux/drivers/base/
H A Dproperty.c753 return fwnode_call_ptr_op(fwnode, get_next_child_node, child); in fwnode_get_next_child_node()
H A Dswnode.c674 .get_next_child_node = software_node_get_next_child,
/openbmc/linux/drivers/of/
H A Dproperty.c1447 .get_next_child_node = of_fwnode_get_next_child_node,
/openbmc/linux/drivers/acpi/
H A Dproperty.c1593 .get_next_child_node = acpi_get_next_subnode, \