Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dof_graph.h62 …for (struct device_node *child __free(device_node) = of_graph_get_next_port_endpoint(parent, NULL)…
63 child != NULL; child = of_graph_get_next_port_endpoint(parent, child))
76 struct device_node *of_graph_get_next_port_endpoint(const struct device_node *port,
131 static inline struct device_node *of_graph_get_next_port_endpoint( in of_graph_get_next_port_endpoint() function
/linux-6.14.4/sound/soc/generic/
Daudio-graph-card2.c365 struct device_node *ep __free(device_node) = of_graph_get_next_port_endpoint(*port, NULL); in graph_get_next_multi_ep()
529 …struct device_node *mcpu_ep __free(device_node) = of_graph_get_next_port_endpoint(mcpu_port, NULL… in graph_parse_node_multi_nm()
532 …struct device_node *mcpu_ep_top __free(device_node) = of_graph_get_next_port_endpoint(mcpu_port_t… in graph_parse_node_multi_nm()
834 struct device_node *cpu_ep __free(device_node) = of_graph_get_next_port_endpoint(cpu_port, NULL); in audio_graph2_link_normal()
864 struct device_node *ep __free(device_node) = of_graph_get_next_port_endpoint(lnk, NULL); in audio_graph2_link_dpcm()
1009 struct device_node *ep0 __free(device_node) = of_graph_get_next_port_endpoint(port0, NULL); in audio_graph2_link_c2c()
1010 struct device_node *ep1 __free(device_node) = of_graph_get_next_port_endpoint(port1, NULL); in audio_graph2_link_c2c()
1121 struct device_node *cpu_ep __free(device_node) = of_graph_get_next_port_endpoint(cpu_port, NULL); in graph_count_normal()
1146 struct device_node *ep __free(device_node) = of_graph_get_next_port_endpoint(lnk, NULL); in graph_count_dpcm()
1186 struct device_node *ep0 __free(device_node) = of_graph_get_next_port_endpoint(port0, NULL); in graph_count_c2c()
[all …]
/linux-6.14.4/drivers/of/
Dproperty.c705 struct device_node *of_graph_get_next_port_endpoint(const struct device_node *port, in of_graph_get_next_port_endpoint() function
721 EXPORT_SYMBOL(of_graph_get_next_port_endpoint);
764 endpoint = of_graph_get_next_port_endpoint(port, prev); in of_graph_get_next_endpoint()
/linux-6.14.4/drivers/video/fbdev/omap2/omapfb/dss/
Dsdi.c409 ep = of_graph_get_next_port_endpoint(port, NULL); in sdi_init_port()
Ddpi.c849 ep = of_graph_get_next_port_endpoint(port, NULL); in dpi_init_port()
/linux-6.14.4/drivers/gpu/drm/omapdrm/dss/
Dsdi.c350 ep = of_graph_get_next_port_endpoint(port, NULL); in sdi_init_port()
Ddpi.c713 ep = of_graph_get_next_port_endpoint(port, NULL); in dpi_init_port()
/linux-6.14.4/drivers/media/platform/xilinx/
Dxilinx-tpg.c737 endpoint = of_graph_get_next_port_endpoint(port, NULL); in xtpg_parse_of()