Home
last modified time | relevance | path

Searched refs:fwnode_get_next_child_node (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dproperty.h84 struct fwnode_handle *fwnode_get_next_child_node(
90 for (child = fwnode_get_next_child_node(fwnode, NULL); child; \
91 child = fwnode_get_next_child_node(fwnode, child))
/linux-4.19.296/drivers/base/
Dproperty.c1052 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node() function
1057 EXPORT_SYMBOL_GPL(fwnode_get_next_child_node);
1075 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node()
1101 return fwnode_get_next_child_node(fwnode, child); in device_get_next_child_node()