Searched refs:of_graph_get_next_port_endpoint (Results 1 – 8 of 8) sorted by relevance
/linux-6.15/include/linux/ |
D | of_graph.h | 62 …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.15/sound/soc/generic/ |
D | audio-graph-card2.c | 372 struct device_node *ep __free(device_node) = of_graph_get_next_port_endpoint(*port, NULL); in graph_get_next_multi_ep() 537 …struct device_node *mcpu_ep __free(device_node) = of_graph_get_next_port_endpoint(mcpu_port, NULL… in graph_parse_node_multi_nm() 540 …struct device_node *mcpu_ep_top __free(device_node) = of_graph_get_next_port_endpoint(mcpu_port_t… in graph_parse_node_multi_nm() 845 struct device_node *cpu_ep __free(device_node) = of_graph_get_next_port_endpoint(cpu_port, NULL); in audio_graph2_link_normal() 876 struct device_node *ep __free(device_node) = of_graph_get_next_port_endpoint(lnk, NULL); in audio_graph2_link_dpcm() 1026 struct device_node *ep0 __free(device_node) = of_graph_get_next_port_endpoint(port0, NULL); in audio_graph2_link_c2c() 1027 struct device_node *ep1 __free(device_node) = of_graph_get_next_port_endpoint(port1, NULL); in audio_graph2_link_c2c() 1138 struct device_node *cpu_ep __free(device_node) = of_graph_get_next_port_endpoint(cpu_port, NULL); in graph_count_normal() 1163 struct device_node *ep __free(device_node) = of_graph_get_next_port_endpoint(lnk, NULL); in graph_count_dpcm() 1203 struct device_node *ep0 __free(device_node) = of_graph_get_next_port_endpoint(port0, NULL); in graph_count_c2c() [all …]
|
/linux-6.15/drivers/of/ |
D | property.c | 738 struct device_node *of_graph_get_next_port_endpoint(const struct device_node *port, in of_graph_get_next_port_endpoint() function 754 EXPORT_SYMBOL(of_graph_get_next_port_endpoint); 797 endpoint = of_graph_get_next_port_endpoint(port, prev); in of_graph_get_next_endpoint()
|
/linux-6.15/drivers/gpu/drm/omapdrm/dss/ |
D | sdi.c | 350 ep = of_graph_get_next_port_endpoint(port, NULL); in sdi_init_port()
|
D | dpi.c | 713 ep = of_graph_get_next_port_endpoint(port, NULL); in dpi_init_port()
|
/linux-6.15/drivers/video/fbdev/omap2/omapfb/dss/ |
D | sdi.c | 409 ep = of_graph_get_next_port_endpoint(port, NULL); in sdi_init_port()
|
D | dpi.c | 849 ep = of_graph_get_next_port_endpoint(port, NULL); in dpi_init_port()
|
/linux-6.15/drivers/media/platform/xilinx/ |
D | xilinx-tpg.c | 737 endpoint = of_graph_get_next_port_endpoint(port, NULL); in xtpg_parse_of()
|