Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dof_graph.h44 int of_graph_get_endpoint_count(const struct device_node *np);
71 static inline int of_graph_get_endpoint_count(const struct device_node *np) in of_graph_get_endpoint_count() function
/linux-6.3-rc2/sound/soc/generic/
A Daudio-graph-card2.c426 args.args_count = (of_graph_get_endpoint_count(node) > 1); in asoc_simple_parse_dai()
456 *is_single_link = of_graph_get_endpoint_count(node) == 1; in asoc_simple_parse_dai()
1028 return of_graph_get_endpoint_count(of_get_parent(lnk)) - 1; in graph_counter()
A Daudio-graph-card.c139 args.args_count = (of_graph_get_endpoint_count(node) > 1); in asoc_simple_parse_dai()
169 *is_single_link = of_graph_get_endpoint_count(node) == 1; in asoc_simple_parse_dai()
A Dtest-component.c541 num = of_graph_get_endpoint_count(node); in test_driver_probe()
/linux-6.3-rc2/drivers/of/
A Dproperty.c814 int of_graph_get_endpoint_count(const struct device_node *np) in of_graph_get_endpoint_count() function
824 EXPORT_SYMBOL(of_graph_get_endpoint_count);
/linux-6.3-rc2/sound/soc/codecs/
A Dak4613.c873 sdti_num = of_graph_get_endpoint_count(np); in ak4613_parse_of()
/linux-6.3-rc2/drivers/staging/media/tegra-video/
A Dcsi.c531 num_pads = of_graph_get_endpoint_count(channel); in tegra_csi_channels_alloc()
/linux-6.3-rc2/drivers/gpu/drm/stm/
A Dltdc.c1933 nb_endpoints = of_graph_get_endpoint_count(np); in ltdc_load()
2089 nb_endpoints = of_graph_get_endpoint_count(dev->of_node); in ltdc_unload()
/linux-6.3-rc2/drivers/media/platform/renesas/
A Drenesas-ceu.c1543 num_ep = of_graph_get_endpoint_count(of); in ceu_parse_dt()
/linux-6.3-rc2/drivers/media/i2c/
A Disl7998x.c583 if (of_graph_get_endpoint_count(of_node) > ISL7998X_NUM_PADS) in isl7998x_get_nr_inputs()
A Dtvp5150.c2003 ep_num = of_graph_get_endpoint_count(np); in tvp5150_parse_dt()
/linux-6.3-rc2/sound/soc/sh/rcar/
A Dcore.c1455 nr = of_graph_get_endpoint_count(dai_node); in rsnd_dai_probe()

Completed in 36 milliseconds