Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfwnode.h165 (*get_next_child_node)(const struct fwnode_handle *fwnode, member
/linux/drivers/base/
H A Dproperty.c816 next = fwnode_call_ptr_op(fwnode, get_next_child_node, child); in fwnode_get_next_child_node()
821 return fwnode_call_ptr_op(fwnode->secondary, get_next_child_node, child); in fwnode_get_next_child_node()
/linux/drivers/acpi/
H A Dproperty.c1752 .get_next_child_node = acpi_get_next_present_subnode, \