Lines Matching full:ports

22 	ports {
36 You can set daifmt at ports/port/endpoint.
99 ports@0 {
104 ports@1 {
113 ports {
122 ports {
156 ports@0 {
162 ports@1 {
171 ports {
181 ports {
206 ports {
214 ports {
246 * ports { in __graph_get_type()
253 if (of_node_name_eq(np, "ports")) { in __graph_get_type()
323 struct device_node *ports = of_get_parent(*port); in graph_get_next_multi_ep() local
329 * ports { in graph_get_next_multi_ep()
343 *port = of_get_next_child(ports, *port); in graph_get_next_multi_ep()
354 of_node_put(ports); in graph_get_next_multi_ep()
369 struct device_node *ports = of_get_parent(port); in graph_parse_convert() local
372 if (of_node_name_eq(ports, "ports")) in graph_parse_convert()
373 simple_util_parse_convert(ports, NULL, adata); in graph_parse_convert()
378 of_node_put(ports); in graph_parse_convert()
385 struct device_node *ports = of_get_parent(port); in graph_parse_mclk_fs() local
387 if (of_node_name_eq(ports, "ports")) in graph_parse_mclk_fs()
388 of_property_read_u32(ports, "mclk-fs", &props->mclk_fs); in graph_parse_mclk_fs()
393 of_node_put(ports); in graph_parse_mclk_fs()
487 if (of_node_name_eq(rports, "ports")) in __graph_parse_node()
520 * ports { in graph_parse_node_multi_nm()
530 * ports { in graph_parse_node_multi_nm()
642 * ports { in graph_parse_node_multi()
650 * ports { in graph_parse_node_multi()
714 * ports { in graph_parse_daifmt()
760 struct device_node *ports; in graph_link_init() local
773 ports = of_get_parent(port); in graph_link_init()
776 * ports { in graph_link_init()
789 if (of_node_name_eq(ports, "ports")) in graph_link_init()
790 graph_parse_daifmt(ports, &daifmt, &bit_frame); /* (A) */ in graph_link_init()
863 * ports@0 { in audio_graph2_link_dpcm()
868 * ports@0 { in audio_graph2_link_dpcm()
874 * rports: ports { in audio_graph2_link_dpcm()
894 * ports@0 { in audio_graph2_link_dpcm()
898 * ports@0 { in audio_graph2_link_dpcm()
905 * rports: ports { in audio_graph2_link_dpcm()
945 struct device_node *port0, *port1, *ports; in audio_graph2_link_c2c() local
953 * ports { in audio_graph2_link_c2c()
961 * ports { in audio_graph2_link_c2c()
969 ports = of_get_parent(port0); in audio_graph2_link_c2c()
970 port1 = of_get_next_child(ports, lnk); in audio_graph2_link_c2c()
980 of_property_read_u32(ports, "rate", &val); in audio_graph2_link_c2c()
1029 of_node_put(ports); in audio_graph2_link_c2c()
1090 * ports { in graph_counter()
1101 struct device_node *ports = of_get_parent(lnk); in graph_counter() local
1110 port = of_get_next_child(ports, port); in graph_counter()
1164 * ports@0 { in graph_count_dpcm()
1169 * ports@1 { in graph_count_dpcm()
1198 struct device_node *ports = of_get_parent(lnk); in graph_count_c2c() local
1200 struct device_node *port1 = of_get_next_child(ports, lnk); in graph_count_c2c()
1210 * ports { in graph_count_c2c()
1226 of_node_put(ports); in graph_count_c2c()