Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/of/
Dbase.c746 static struct device_node *__of_get_next_child(const struct device_node *node, in __of_get_next_child() function
760 for (child = __of_get_next_child(parent, NULL); child != NULL; \
761 child = __of_get_next_child(parent, child))
779 next = __of_get_next_child(node, prev); in of_get_next_child()