Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dof_graph.h69 unsigned int of_graph_get_endpoint_count(const struct device_node *np);
101 static inline unsigned int of_graph_get_endpoint_count(const struct device_node *np) in of_graph_get_endpoint_count() function
/linux-6.14.4/drivers/staging/media/tegra-video/
Dvip.c140 num_pads = of_graph_get_endpoint_count(np); in tegra_vip_channel_of_parse()
Dcsi.c582 num_pads = of_graph_get_endpoint_count(channel); in tegra_csi_channels_alloc()
/linux-6.14.4/drivers/of/
Dproperty.c896 unsigned int of_graph_get_endpoint_count(const struct device_node *np) in of_graph_get_endpoint_count() function
906 EXPORT_SYMBOL(of_graph_get_endpoint_count);
/linux-6.14.4/sound/soc/generic/
Dsimple-card-utils.c1108 args.args_count = (of_graph_get_endpoint_count(node) > 1); in graph_util_parse_dai()
1137 *is_single_link = of_graph_get_endpoint_count(node) == 1; in graph_util_parse_dai()
Dtest-component.c531 num = of_graph_get_endpoint_count(node); in test_driver_probe()
/linux-6.14.4/sound/soc/codecs/
Dak4613.c873 sdti_num = of_graph_get_endpoint_count(np); in ak4613_parse_of()
/linux-6.14.4/drivers/media/platform/renesas/
Drenesas-ceu.c1527 num_ep = of_graph_get_endpoint_count(of); in ceu_parse_dt()
/linux-6.14.4/drivers/media/i2c/
Disl7998x.c583 if (of_graph_get_endpoint_count(of_node) > ISL7998X_NUM_PADS) in isl7998x_get_nr_inputs()
Dtvp5150.c2003 ep_num = of_graph_get_endpoint_count(np); in tvp5150_parse_dt()
/linux-6.14.4/sound/soc/renesas/rcar/
Dcore.c1297 priv->component_dais[i] = of_graph_get_endpoint_count(node); in rsnd_dai_of_node()
/linux-6.14.4/drivers/gpu/drm/stm/
Dltdc.c1910 nb_endpoints = of_graph_get_endpoint_count(np); in ltdc_load()