Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dof_graph.h38 for (child = of_graph_get_next_endpoint(parent, NULL); child != NULL; \
39 child = of_graph_get_next_endpoint(parent, child))
72 struct device_node *of_graph_get_next_endpoint(const struct device_node *parent,
117 static inline struct device_node *of_graph_get_next_endpoint( in of_graph_get_next_endpoint() function
/linux-6.14.4/drivers/of/
Dproperty.c731 struct device_node *of_graph_get_next_endpoint(const struct device_node *parent, in of_graph_get_next_endpoint() function
778 EXPORT_SYMBOL(of_graph_get_next_endpoint);
1119 return of_fwnode_handle(of_graph_get_next_endpoint(to_of_node(fwnode), in of_fwnode_graph_get_next_endpoint()