Home
last modified time | relevance | path

Searched refs:cpu_ep (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/sound/soc/generic/
Daudio-graph-card.c250 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()
[all …]
Daudio-graph-card2.c745 struct device_node *cpu_ep = port_to_endpoint(cpu_port); in audio_graph2_link_normal() local
746 struct device_node *codec_port = of_graph_get_remote_port(cpu_ep); in audio_graph2_link_normal()
768 of_node_put(cpu_ep); in audio_graph2_link_normal()
1040 struct device_node *cpu_ep = port_to_endpoint(cpu_port); in graph_count_normal() local
1041 struct device_node *codec_port = of_graph_get_remote_port(cpu_ep); in graph_count_normal()
1052 of_node_put(cpu_ep); in graph_count_normal()