Searched refs:of_graph_get_next_port_endpoint (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A 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/sound/soc/generic/ |
H A 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_top, NULL); 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(port in graph_count_c2c() [all...] |
/linux/drivers/of/ |
H A D | property.c | 730 * of_graph_get_next_port_endpoint() - get next endpoint node in port. 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/drivers/gpu/drm/omapdrm/dss/ |
H A D | sdi.c | 350 ep = of_graph_get_next_port_endpoint(port, NULL); in sdi_init_port()
|
H A D | dpi.c | 713 ep = of_graph_get_next_port_endpoint(port, NULL); in dpi_init_port()
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dpi.c | 848 ep = of_graph_get_next_port_endpoint(port, NULL); in dpi_init_port()
|