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

/linux-4.4.14/drivers/of/
H A Dbase.c637 static struct device_node *__of_get_next_child(const struct device_node *node, __of_get_next_child() function
653 for (child = __of_get_next_child(parent, NULL); child != NULL; \
654 child = __of_get_next_child(parent, child))
672 next = __of_get_next_child(node, prev); of_get_next_child()

Completed in 55 milliseconds