Lines Matching refs:cpu_ep
250 struct device_node *cpu_ep, in graph_link_init() argument
259 ret = asoc_simple_parse_daifmt(dev, cpu_ep, codec_ep, in graph_link_init()
273 struct device_node *cpu_ep, in graph_dai_link_of_dpcm() argument
281 struct device_node *ep = li->cpu ? cpu_ep : codec_ep; in graph_dai_link_of_dpcm()
299 ret = graph_parse_node(priv, cpu_ep, li, &is_single_links); in graph_dai_link_of_dpcm()
359 ret = graph_link_init(priv, cpu_ep, codec_ep, li, dai_name); in graph_dai_link_of_dpcm()
367 struct device_node *cpu_ep, in graph_dai_link_of() argument
379 dev_dbg(dev, "link_of (%pOF)\n", cpu_ep); in graph_dai_link_of()
381 ret = graph_parse_node(priv, cpu_ep, li, &is_single_links); in graph_dai_link_of()
395 ret = graph_link_init(priv, cpu_ep, codec_ep, li, dai_name); in graph_dai_link_of()
429 struct device_node *cpu_ep, in __graph_for_each_link() argument
433 struct device_node *cpu_ep, in __graph_for_each_link()
441 struct device_node *cpu_ep; in __graph_for_each_link() local
451 cpu_ep = NULL; in __graph_for_each_link()
455 cpu_ep = of_get_next_child(cpu_port, cpu_ep); in __graph_for_each_link()
456 if (!cpu_ep) in __graph_for_each_link()
460 codec_ep = of_graph_get_remote_endpoint(cpu_ep); in __graph_for_each_link()
466 graph_parse_convert(dev, cpu_ep, &adata); in __graph_for_each_link()
478 ret = func_dpcm(priv, cpu_ep, codec_ep, li); in __graph_for_each_link()
482 ret = func_noml(priv, cpu_ep, codec_ep, li); in __graph_for_each_link()
501 struct device_node *cpu_ep, in graph_for_each_link() argument
505 struct device_node *cpu_ep, in graph_for_each_link()
603 struct device_node *cpu_ep, in graph_count_noml() argument
626 struct device_node *cpu_ep, in graph_count_dpcm() argument