of_get_next_child  235 include/linux/of.h extern struct device_node *of_get_next_child(const struct device_node *node,
of_get_next_child  792 include/linux/of.h 	for (child = of_get_next_child(parent, NULL); child != NULL; \
of_get_next_child  793 include/linux/of.h 	     child = of_get_next_child(parent, child))