Home
last modified time | relevance | path

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

/include/linux/
Dof_graph.h37 for (child = of_graph_get_next_endpoint(parent, NULL); child != NULL; \
38 child = of_graph_get_next_endpoint(parent, child))
46 struct device_node *of_graph_get_next_endpoint(const struct device_node *parent,
82 static inline struct device_node *of_graph_get_next_endpoint( in of_graph_get_next_endpoint() function