of_graph_get_endpoint_count 1545 drivers/media/platform/renesas-ceu.c 	num_ep = of_graph_get_endpoint_count(of);
of_graph_get_endpoint_count  777 drivers/of/property.c EXPORT_SYMBOL(of_graph_get_endpoint_count);
of_graph_get_endpoint_count   43 include/linux/of_graph.h int of_graph_get_endpoint_count(const struct device_node *np);
of_graph_get_endpoint_count  130 sound/soc/generic/audio-graph-card.c 	args.args_count	= (of_graph_get_endpoint_count(node) > 1);
of_graph_get_endpoint_count  158 sound/soc/generic/audio-graph-card.c 		*is_single_link = of_graph_get_endpoint_count(node) == 1;
of_graph_get_endpoint_count 1343 sound/soc/sh/rcar/core.c 		nr = of_graph_get_endpoint_count(dai_node);