Searched refs:of_graph_get_port_count (Results 1 – 3 of 3) sorted by relevance
70 unsigned int of_graph_get_port_count(struct device_node *np);106 static inline unsigned int of_graph_get_port_count(struct device_node *np) in of_graph_get_port_count() function
914 unsigned int of_graph_get_port_count(struct device_node *np) in of_graph_get_port_count() function923 EXPORT_SYMBOL(of_graph_get_port_count);
1107 return of_graph_get_port_count(ports) - 1; in graph_counter()