Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
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-v5.15/sound/soc/generic/
Daudio-graph-card.c139 args.args_count = (of_graph_get_endpoint_count(node) > 1); in asoc_simple_parse_dai()
167 *is_single_link = of_graph_get_endpoint_count(node) == 1; in asoc_simple_parse_dai()
/Linux-v5.15/drivers/of/
Dproperty.c810 int of_graph_get_endpoint_count(const struct device_node *np) in of_graph_get_endpoint_count() function
820 EXPORT_SYMBOL(of_graph_get_endpoint_count);
/Linux-v5.15/drivers/gpu/drm/stm/
Dltdc.c1226 nb_endpoints = of_graph_get_endpoint_count(np); in ltdc_load()
1366 nb_endpoints = of_graph_get_endpoint_count(dev->of_node); in ltdc_unload()
/Linux-v5.15/drivers/staging/media/tegra-video/
Dcsi.c530 num_pads = of_graph_get_endpoint_count(channel); in tegra_csi_channels_alloc()
/Linux-v5.15/drivers/media/platform/
Drenesas-ceu.c1543 num_ep = of_graph_get_endpoint_count(of); in ceu_parse_dt()
/Linux-v5.15/sound/soc/sh/rcar/
Dcore.c1418 nr = of_graph_get_endpoint_count(dai_node); in rsnd_dai_probe()
/Linux-v5.15/drivers/media/i2c/
Dtvp5150.c2001 ep_num = of_graph_get_endpoint_count(np); in tvp5150_parse_dt()