Lines Matching refs:ports
180 struct device_node *ports = of_get_parent(port); in graph_parse_convert() local
184 if (of_node_name_eq(ports, "ports")) in graph_parse_convert()
185 asoc_simple_parse_convert(ports, NULL, adata); in graph_parse_convert()
190 of_node_put(ports); in graph_parse_convert()
199 struct device_node *ports = of_get_parent(port); in graph_parse_mclk_fs() local
202 if (of_node_name_eq(ports, "ports")) in graph_parse_mclk_fs()
203 of_property_read_u32(ports, "mclk-fs", &props->mclk_fs); in graph_parse_mclk_fs()
208 of_node_put(ports); in graph_parse_mclk_fs()
324 struct device_node *ports; in graph_dai_link_of_dpcm() local
341 ports = of_get_parent(port); in graph_dai_link_of_dpcm()
344 if (of_node_name_eq(ports, "ports")) in graph_dai_link_of_dpcm()
345 snd_soc_of_parse_node_prefix(ports, cconf, codecs->of_node, "prefix"); in graph_dai_link_of_dpcm()
349 of_node_put(ports); in graph_dai_link_of_dpcm()