Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dproperty.c914 unsigned int of_graph_get_port_count(struct device_node *np) in of_graph_get_port_count() function
923 EXPORT_SYMBOL(of_graph_get_port_count);
/linux/sound/soc/generic/
H A Daudio-graph-card2.c1107 return of_graph_get_port_count(ports) - 1; in graph_counter()