Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/drivers/staging/media/tegra-video/
H A Dvip.c140 num_pads = of_graph_get_endpoint_count(np); in tegra_vip_channel_of_parse()
H A Dcsi.c574 num_pads = of_graph_get_endpoint_count(channel); in tegra_csi_channels_alloc()
/openbmc/linux/drivers/of/
H A Dproperty.c816 int of_graph_get_endpoint_count(const struct device_node *np) in of_graph_get_endpoint_count() function
826 EXPORT_SYMBOL(of_graph_get_endpoint_count);
/openbmc/linux/sound/soc/generic/
H A Dsimple-card-utils.c1100 args.args_count = (of_graph_get_endpoint_count(node) > 1); in asoc_graph_parse_dai()
1129 *is_single_link = of_graph_get_endpoint_count(node) == 1; in asoc_graph_parse_dai()
H A Dtest-component.c541 num = of_graph_get_endpoint_count(node); in test_driver_probe()
H A Daudio-graph-card2.c938 return of_graph_get_endpoint_count(of_get_parent(lnk)) - 1; in graph_counter()
/openbmc/linux/sound/soc/codecs/
H A Dak4613.c873 sdti_num = of_graph_get_endpoint_count(np); in ak4613_parse_of()
/openbmc/linux/drivers/media/platform/renesas/
H A Drenesas-ceu.c1533 num_ep = of_graph_get_endpoint_count(of); in ceu_parse_dt()
/openbmc/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()
/openbmc/linux/sound/soc/sh/rcar/
H A Dcore.c1301 of_graph_get_endpoint_count(of_node_name_eq(ports, "ports") ? in rsnd_dai_of_node()
/openbmc/linux/drivers/gpu/drm/stm/
H A Dltdc.c1914 nb_endpoints = of_graph_get_endpoint_count(np); in ltdc_load()