Lines Matching full:ports
25 ports {
39 You can set daifmt at ports/port/endpoint.
102 ports@0 {
107 ports@1 {
116 ports {
125 ports {
159 ports@0 {
165 ports@1 {
174 ports {
184 ports {
209 ports {
217 ports {
249 * ports { in __graph_get_type()
256 if (of_node_name_eq(np, "ports")) { in __graph_get_type()
326 struct device_node *ports = of_get_parent(*port); in graph_get_next_multi_ep() local
332 * ports { in graph_get_next_multi_ep()
346 *port = of_get_next_child(ports, *port); in graph_get_next_multi_ep()
357 of_node_put(ports); in graph_get_next_multi_ep()
372 struct device_node *ports = of_get_parent(port); in graph_parse_convert() local
375 if (of_node_name_eq(ports, "ports")) in graph_parse_convert()
376 asoc_simple_parse_convert(ports, NULL, adata); in graph_parse_convert()
381 of_node_put(ports); in graph_parse_convert()
388 struct device_node *ports = of_get_parent(port); in graph_parse_mclk_fs() local
390 if (of_node_name_eq(ports, "ports")) in graph_parse_mclk_fs()
391 of_property_read_u32(ports, "mclk-fs", &props->mclk_fs); in graph_parse_mclk_fs()
396 of_node_put(ports); in graph_parse_mclk_fs()
490 if (of_node_name_eq(rports, "ports")) in __graph_parse_node()
554 * ports { in graph_parse_daifmt()
600 struct device_node *ports; in graph_link_init() local
612 ports = of_get_parent(port); in graph_link_init()
615 * ports { in graph_link_init()
628 if (of_node_name_eq(ports, "ports")) in graph_link_init()
629 graph_parse_daifmt(ports, &daifmt, &bit_frame); /* (A) */ in graph_link_init()
697 * ports@0 { in audio_graph2_link_dpcm()
702 * ports@0 { in audio_graph2_link_dpcm()
708 * rports: ports { in audio_graph2_link_dpcm()
728 * ports@0 { in audio_graph2_link_dpcm()
732 * ports@0 { in audio_graph2_link_dpcm()
739 * rports: ports { in audio_graph2_link_dpcm()
779 struct device_node *port0, *port1, *ports; in audio_graph2_link_c2c() local
787 * ports { in audio_graph2_link_c2c()
795 * ports { in audio_graph2_link_c2c()
803 ports = of_get_parent(port0); in audio_graph2_link_c2c()
804 port1 = of_get_next_child(ports, lnk); in audio_graph2_link_c2c()
814 of_property_read_u32(ports, "rate", &val); in audio_graph2_link_c2c()
863 of_node_put(ports); in audio_graph2_link_c2c()
924 * ports { in graph_counter()
982 * ports@0 { in graph_count_dpcm()
987 * ports@1 { in graph_count_dpcm()
1016 struct device_node *ports = of_get_parent(lnk); in graph_count_c2c() local
1018 struct device_node *port1 = of_get_next_child(ports, lnk); in graph_count_c2c()
1028 * ports { in graph_count_c2c()
1044 of_node_put(ports); in graph_count_c2c()