Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dof_graph.h43 int of_graph_get_endpoint_count(const struct device_node *np);
65 static inline int of_graph_get_endpoint_count(const struct device_node *np) in of_graph_get_endpoint_count() function
/Linux-v5.4/sound/soc/generic/
Daudio-graph-card.c130 args.args_count = (of_graph_get_endpoint_count(node) > 1); in asoc_simple_parse_dai()
158 *is_single_link = of_graph_get_endpoint_count(node) == 1; in asoc_simple_parse_dai()
/Linux-v5.4/drivers/of/
Dproperty.c767 int of_graph_get_endpoint_count(const struct device_node *np) in of_graph_get_endpoint_count() function
777 EXPORT_SYMBOL(of_graph_get_endpoint_count);
/Linux-v5.4/sound/soc/sh/rcar/
Dcore.c1327 nr = of_graph_get_endpoint_count(dai_node); in rsnd_dai_probe()
/Linux-v5.4/drivers/media/platform/
Drenesas-ceu.c1545 num_ep = of_graph_get_endpoint_count(of); in ceu_parse_dt()