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()
329 struct device_node *ports = of_get_parent(*port); in graph_get_next_multi_ep() local
335 * ports { in graph_get_next_multi_ep()
349 *port = of_get_next_child(ports, *port); in graph_get_next_multi_ep()
360 of_node_put(ports); in graph_get_next_multi_ep()
375 struct device_node *ports = of_get_parent(port); in graph_parse_convert() local
378 if (of_node_name_eq(ports, "ports")) in graph_parse_convert()
379 asoc_simple_parse_convert(ports, NULL, adata); in graph_parse_convert()
384 of_node_put(ports); in graph_parse_convert()
391 struct device_node *ports = of_get_parent(port); in graph_parse_mclk_fs() local
393 if (of_node_name_eq(ports, "ports")) in graph_parse_mclk_fs()
394 of_property_read_u32(ports, "mclk-fs", &props->mclk_fs); in graph_parse_mclk_fs()
399 of_node_put(ports); in graph_parse_mclk_fs()
493 if (of_node_name_eq(rports, "ports")) in __graph_parse_node()
557 * ports { in graph_parse_daifmt()
603 struct device_node *ports; in graph_link_init() local
615 ports = of_get_parent(port); in graph_link_init()
618 * ports { in graph_link_init()
631 if (of_node_name_eq(ports, "ports")) in graph_link_init()
632 graph_parse_daifmt(ports, &daifmt, &bit_frame); /* (A) */ in graph_link_init()
700 * ports@0 { in audio_graph2_link_dpcm()
705 * ports@0 { in audio_graph2_link_dpcm()
711 * rports: ports { in audio_graph2_link_dpcm()
731 * ports@0 { in audio_graph2_link_dpcm()
735 * ports@0 { in audio_graph2_link_dpcm()
742 * rports: ports { in audio_graph2_link_dpcm()
782 struct device_node *port0, *port1, *ports; in audio_graph2_link_c2c() local
790 * ports { in audio_graph2_link_c2c()
798 * ports { in audio_graph2_link_c2c()
806 ports = of_get_parent(port0); in audio_graph2_link_c2c()
807 port1 = of_get_next_child(ports, lnk); in audio_graph2_link_c2c()
817 of_property_read_u32(ports, "rate", &val); in audio_graph2_link_c2c()
866 of_node_put(ports); in audio_graph2_link_c2c()
927 * ports { in graph_counter()
985 * ports@0 { in graph_count_dpcm()
990 * ports@1 { in graph_count_dpcm()
1019 struct device_node *ports = of_get_parent(lnk); in graph_count_c2c() local
1021 struct device_node *port1 = of_get_next_child(ports, lnk); in graph_count_c2c()
1031 * ports { in graph_count_c2c()
1047 of_node_put(ports); in graph_count_c2c()