Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dproperty.c978 unsigned int of_graph_get_endpoint_count(const struct device_node *np) in of_graph_get_endpoint_count() function
988 EXPORT_SYMBOL(of_graph_get_endpoint_count);
/linux/sound/soc/generic/
H A Dsimple-card-utils.c1133 args.args_count = (of_graph_get_endpoint_count(node) > 1); in graph_util_parse_dai()
1155 *is_single_link = of_graph_get_endpoint_count(node) == 1; in graph_util_parse_dai()
/linux/sound/soc/codecs/
H A Dak4613.c865 sdti_num = of_graph_get_endpoint_count(np); in ak4613_parse_of()
/linux/drivers/media/platform/renesas/
H A Drenesas-ceu.c1527 num_ep = of_graph_get_endpoint_count(of); in ceu_parse_dt()
/linux/sound/soc/renesas/rcar/
H A Dcore.c1403 priv->component_dais[i] = of_graph_get_endpoint_count(node); in __rsnd_dai_probe()