Lines Matching refs:cpu_ep
204 struct device_node *cpu_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()
335 struct device_node *cpu_ep, in graph_dai_link_of() argument
351 dev_dbg(dev, "link_of (%pOF)\n", cpu_ep); in graph_dai_link_of()
361 graph_parse_mclk_fs(top, cpu_ep, dai_props); in graph_dai_link_of()
364 ret = asoc_simple_parse_daifmt(dev, cpu_ep, codec_ep, in graph_dai_link_of()
369 ret = asoc_simple_parse_cpu(cpu_ep, dai_link, &single_cpu); in graph_dai_link_of()
377 ret = asoc_simple_parse_tdm(cpu_ep, cpu_dai); in graph_dai_link_of()
385 ret = asoc_simple_parse_clk_cpu(dev, cpu_ep, dai_link, cpu_dai); in graph_dai_link_of()
412 struct device_node *cpu_ep, in graph_for_each_link() argument
416 struct device_node *cpu_ep, in graph_for_each_link()
424 struct device_node *cpu_ep; in graph_for_each_link() local
435 cpu_ep = NULL; in graph_for_each_link()
439 cpu_ep = of_get_next_child(cpu_port, cpu_ep); in graph_for_each_link()
440 if (!cpu_ep) in graph_for_each_link()
444 codec_ep = of_graph_get_remote_endpoint(cpu_ep); in graph_for_each_link()
450 graph_parse_convert(dev, cpu_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()
518 struct device_node *cpu_ep, in graph_count_noml() argument
533 struct device_node *cpu_ep, in graph_count_dpcm() argument