Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dfwnode.h90 (*get_next_child_node)(const struct fwnode_handle *fwnode, member
/linux-4.19.296/drivers/of/
Dproperty.c999 .get_next_child_node = of_fwnode_get_next_child_node,
/linux-4.19.296/drivers/base/
Dproperty.c1055 return fwnode_call_ptr_op(fwnode, get_next_child_node, child); in fwnode_get_next_child_node()