Searched refs:of_get_next_child (Results 1 – 1 of 1) sorted by relevance
288 extern struct device_node *of_get_next_child(const struct device_node *node,521 static inline struct device_node *of_get_next_child( in of_get_next_child() function1372 for (child = of_get_next_child(parent, NULL); child != NULL; \1373 child = of_get_next_child(parent, child))