Searched refs:__of_get_next_child (Results 1 – 2 of 2) sorted by relevance
261 static struct device_node *__of_get_next_child(const struct device_node *node, in __of_get_next_child() function284 for (child = __of_get_next_child(parent, NULL); child != NULL; \285 child = __of_get_next_child(parent, child))
561 static struct device_node *__of_get_next_child(const struct device_node *node, in __of_get_next_child() function575 for (child = __of_get_next_child(parent, NULL); child != NULL; \576 child = __of_get_next_child(parent, child))594 next = __of_get_next_child(node, prev); in of_get_next_child()