Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dproperty.c962 unsigned int of_graph_get_endpoint_count(const struct device_node *np) in of_graph_get_endpoint_count() function
972 EXPORT_SYMBOL(of_graph_get_endpoint_count);
/linux/sound/soc/generic/
H A Dsimple-card-utils.c1139 args.args_count = (of_graph_get_endpoint_count(node) > 1); in graph_util_parse_dai()
1166 *is_single_link = of_graph_get_endpoint_count(node) == 1; in graph_util_parse_dai()
/linux/sound/soc/codecs/
H A Dak4613.c873 sdti_num = of_graph_get_endpoint_count(np); in ak4613_parse_of()
/linux/drivers/media/i2c/
H A Disl7998x.c583 if (of_graph_get_endpoint_count(of_node) > ISL7998X_NUM_PADS) in isl7998x_get_nr_inputs()
H A Dtvp5150.c2003 ep_num = of_graph_get_endpoint_count(np); in tvp5150_parse_dt()
/linux/sound/soc/renesas/rcar/
H A Dcore.c1282 priv->component_dais[i] = of_graph_get_endpoint_count(node); in rsnd_dai_of_node()