Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H 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
/OK3568_Linux_fs/kernel/sound/soc/generic/
H A Daudio-graph-card.c130 args.args_count = (of_graph_get_endpoint_count(node) > 1); in asoc_simple_parse_dai()
160 *is_single_link = of_graph_get_endpoint_count(node) == 1; in asoc_simple_parse_dai()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dproperty.c792 int of_graph_get_endpoint_count(const struct device_node *np) in of_graph_get_endpoint_count() function
802 EXPORT_SYMBOL(of_graph_get_endpoint_count);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/stm/
H A Dltdc.c1233 nb_endpoints = of_graph_get_endpoint_count(np); in ltdc_load()
1377 nb_endpoints = of_graph_get_endpoint_count(dev->of_node); in ltdc_unload()
/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-video/
H A Dcsi.c510 num_pads = of_graph_get_endpoint_count(channel); in tegra_csi_channels_alloc()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_exynosauto891 of_graph_get_endpoint_count
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Drenesas-ceu.c1545 num_ep = of_graph_get_endpoint_count(of); in ceu_parse_dt()
/OK3568_Linux_fs/kernel/sound/soc/sh/rcar/
H A Dcore.c1345 nr = of_graph_get_endpoint_count(dai_node); in rsnd_dai_probe()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtvp5150.c2013 ep_num = of_graph_get_endpoint_count(np); in tvp5150_parse_dt()