Home
last modified time | relevance | path

Searched refs:of_graph_get_next_port (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dof_graph.h50 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/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss.c923 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/drivers/of/
H A Dproperty.c737 struct device_node *of_graph_get_next_port(const struct device_node *parent, in of_graph_get_next_port() function
761 EXPORT_SYMBOL(of_graph_get_next_port);
813 port = of_graph_get_next_port(parent, NULL); in of_graph_get_next_endpoint()
840 port = of_graph_get_next_port(parent, port); in of_graph_get_next_endpoint()
/linux/sound/soc/generic/
H A Daudio-graph-card2.c539 struct device_node *mcpu_port_top __free(device_node) = of_graph_get_next_port(mcpu_ports, NULL); in graph_parse_node_multi_nm()
972 struct device_node *port1 __free(device_node) = of_graph_get_next_port(ports, port0); in audio_graph2_link_c2c()
1202 struct device_node *port1 = of_node_get(of_graph_get_next_port(ports, of_node_get(port0))); in graph_count_c2c()
/linux/sound/soc/renesas/rcar/
H A Dmsiof.c567 struct device_node *port __free(device_node) = of_graph_get_next_port(dev->of_node, NULL); in msiof_probe()