Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfwnode.h137 (*get_next_child_node)(const struct fwnode_handle *fwnode, member
/linux-6.1.9/drivers/base/
Dproperty.c725 return fwnode_call_ptr_op(fwnode, get_next_child_node, child); in fwnode_get_next_child_node()
Dswnode.c671 .get_next_child_node = software_node_get_next_child,
/linux-6.1.9/drivers/of/
Dproperty.c1518 .get_next_child_node = of_fwnode_get_next_child_node,
/linux-6.1.9/drivers/acpi/
Dproperty.c1600 .get_next_child_node = acpi_get_next_subnode, \