Lines Matching refs:codec_ep
205 struct device_node *codec_ep, in graph_dai_link_of_dpcm() argument
213 struct device_node *ep = li->cpu ? cpu_ep : codec_ep; in graph_dai_link_of_dpcm()
317 ret = asoc_simple_parse_daifmt(dev, cpu_ep, codec_ep, in graph_dai_link_of_dpcm()
336 struct device_node *codec_ep, in graph_dai_link_of() argument
362 graph_parse_mclk_fs(top, codec_ep, dai_props); in graph_dai_link_of()
364 ret = asoc_simple_parse_daifmt(dev, cpu_ep, codec_ep, in graph_dai_link_of()
373 ret = asoc_simple_parse_codec(codec_ep, dai_link); in graph_dai_link_of()
381 ret = asoc_simple_parse_tdm(codec_ep, codec_dai); in graph_dai_link_of()
389 ret = asoc_simple_parse_clk_codec(dev, codec_ep, dai_link, codec_dai); in graph_dai_link_of()
413 struct device_node *codec_ep, in graph_for_each_link() argument
417 struct device_node *codec_ep, in graph_for_each_link()
425 struct device_node *codec_ep; in graph_for_each_link() local
444 codec_ep = of_graph_get_remote_endpoint(cpu_ep); in graph_for_each_link()
445 codec_port = of_get_parent(codec_ep); in graph_for_each_link()
449 graph_parse_convert(dev, codec_ep, &adata); in graph_for_each_link()
460 ret = func_dpcm(priv, cpu_ep, codec_ep, li, in graph_for_each_link()
464 ret = func_noml(priv, cpu_ep, codec_ep, li); in graph_for_each_link()
466 of_node_put(codec_ep); in graph_for_each_link()
519 struct device_node *codec_ep, in graph_count_noml() argument
534 struct device_node *codec_ep, in graph_count_dpcm() argument