Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dof_graph.h70 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
/linux-6.15/drivers/of/
H A Dproperty.c947 unsigned int of_graph_get_port_count(struct device_node *np) in of_graph_get_port_count() function
956 EXPORT_SYMBOL(of_graph_get_port_count);
/linux-6.15/sound/soc/generic/
H A Daudio-graph-card2.c1124 return of_graph_get_port_count(ports) - 1; in graph_counter()