Searched refs:of_graph_get_next_port_endpoint (Results 1 – 2 of 2) sorted by relevance
| /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_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/drivers/of/ |
| H A D | property.c | 771 struct device_node *of_graph_get_next_port_endpoint(const struct device_node *port, in of_graph_get_next_port_endpoint() function 787 EXPORT_SYMBOL(of_graph_get_next_port_endpoint); 830 endpoint = of_graph_get_next_port_endpoint(port, prev); in of_graph_get_next_endpoint()
|