Searched refs:of_graph_get_next_port (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A 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/drivers/of/ |
| H A D | property.c | 752 struct device_node *of_graph_get_next_port(const struct device_node *parent, in of_graph_get_next_port() function 776 EXPORT_SYMBOL(of_graph_get_next_port); 828 port = of_graph_get_next_port(parent, NULL); in of_graph_get_next_endpoint() 855 port = of_graph_get_next_port(parent, port); in of_graph_get_next_endpoint()
|
| /linux/sound/soc/generic/ |
| H A D | audio-graph-card2.c | 539 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/drivers/spi/ |
| H A D | spi-sh-msiof.c | 1199 struct device_node *port __free(device_node) = of_graph_get_next_port(dev->of_node, NULL); in sh_msiof_spi_probe()
|