Searched refs:of_graph_get_next_port (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/include/linux/ |
D | of_graph.h | 50 for (struct device_node *child __free(device_node) = of_graph_get_next_port(parent, NULL);\ 51 child != NULL; child = of_graph_get_next_port(parent, child)) 74 struct device_node *of_graph_get_next_port(const struct device_node *parent, 124 static inline struct device_node *of_graph_get_next_port( in of_graph_get_next_port() function
|
/linux-6.14.4/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dss.c | 923 port = of_graph_get_next_port(parent, NULL); in dss_init_ports() 954 port = of_graph_get_next_port(parent, port); in dss_init_ports() 968 port = of_graph_get_next_port(parent, NULL); in dss_uninit_ports() 1000 port = of_graph_get_next_port(parent, port); in dss_uninit_ports()
|
/linux-6.14.4/drivers/of/ |
D | property.c | 670 struct device_node *of_graph_get_next_port(const struct device_node *parent, in of_graph_get_next_port() function 694 EXPORT_SYMBOL(of_graph_get_next_port); 746 port = of_graph_get_next_port(parent, NULL); in of_graph_get_next_endpoint() 773 port = of_graph_get_next_port(parent, port); in of_graph_get_next_endpoint()
|
/linux-6.14.4/sound/soc/generic/ |
D | audio-graph-card2.c | 531 struct device_node *mcpu_port_top __free(device_node) = of_graph_get_next_port(mcpu_ports, NULL); in graph_parse_node_multi_nm() 960 struct device_node *port1 __free(device_node) = of_graph_get_next_port(ports, port0); in audio_graph2_link_c2c() 1185 struct device_node *port1 = of_node_get(of_graph_get_next_port(ports, of_node_get(port0))); in graph_count_c2c()
|