Lines Matching full:ports
25 ports {
39 You can set daifmt at ports/port/endpoint.
90 ports@0 {
95 ports@1 {
104 ports {
113 ports {
147 ports@0 {
153 ports@1 {
162 ports {
172 ports {
197 ports {
205 ports {
237 * ports { in __graph_get_type()
244 if (of_node_name_eq(np, "ports")) { in __graph_get_type()
314 struct device_node *ports = of_get_parent(*port); in graph_get_next_multi_ep() local
320 * ports { in graph_get_next_multi_ep()
334 *port = of_get_next_child(ports, *port); in graph_get_next_multi_ep()
345 of_node_put(ports); in graph_get_next_multi_ep()
465 struct device_node *ports = of_get_parent(port); in graph_parse_convert() local
468 if (of_node_name_eq(ports, "ports")) in graph_parse_convert()
469 asoc_simple_parse_convert(ports, NULL, adata); in graph_parse_convert()
474 of_node_put(ports); in graph_parse_convert()
481 struct device_node *ports = of_get_parent(port); in graph_parse_mclk_fs() local
483 if (of_node_name_eq(ports, "ports")) in graph_parse_mclk_fs()
484 of_property_read_u32(ports, "mclk-fs", &props->mclk_fs); in graph_parse_mclk_fs()
489 of_node_put(ports); in graph_parse_mclk_fs()
583 if (of_node_name_eq(rports, "ports")) in __graph_parse_node()
647 * ports { in graph_parse_daifmt()
693 struct device_node *ports; in graph_link_init() local
705 ports = of_get_parent(port); in graph_link_init()
708 * ports { in graph_link_init()
721 if (of_node_name_eq(ports, "ports")) in graph_link_init()
722 graph_parse_daifmt(ports, &daifmt, &bit_frame); /* (A) */ in graph_link_init()
790 * ports@0 { in audio_graph2_link_dpcm()
795 * ports@0 { in audio_graph2_link_dpcm()
801 * rports: ports { in audio_graph2_link_dpcm()
821 * ports@0 { in audio_graph2_link_dpcm()
825 * ports@0 { in audio_graph2_link_dpcm()
832 * rports: ports { in audio_graph2_link_dpcm()
871 struct device_node *port0, *port1, *ports; in audio_graph2_link_c2c() local
879 * ports { in audio_graph2_link_c2c()
887 * ports { in audio_graph2_link_c2c()
895 ports = of_get_parent(port0); in audio_graph2_link_c2c()
896 port1 = of_get_next_child(ports, lnk); in audio_graph2_link_c2c()
906 of_property_read_u32(ports, "rate", &val); in audio_graph2_link_c2c()
955 of_node_put(ports); in audio_graph2_link_c2c()
1016 * ports { in graph_counter()
1068 * ports@0 { in graph_count_dpcm()
1073 * ports@1 { in graph_count_dpcm()
1097 struct device_node *ports = of_get_parent(lnk); in graph_count_c2c() local
1099 struct device_node *port1 = of_get_next_child(ports, lnk); in graph_count_c2c()
1109 * ports { in graph_count_c2c()
1119 of_node_put(ports); in graph_count_c2c()