Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/generic/
Daudio-graph-card.c145 struct device_node *cpu_ep, in graph_link_init() argument
154 ret = asoc_simple_parse_daifmt(dev, cpu_ep, codec_ep, in graph_link_init()
168 struct device_node *cpu_ep, in graph_dai_link_of_dpcm() argument
176 struct device_node *ep = li->cpu ? cpu_ep : codec_ep; in graph_dai_link_of_dpcm()
194 ret = graph_parse_node(priv, cpu_ep, li, &is_single_links); in graph_dai_link_of_dpcm()
254 ret = graph_link_init(priv, cpu_ep, codec_ep, li, dai_name); in graph_dai_link_of_dpcm()
262 struct device_node *cpu_ep, in graph_dai_link_of() argument
274 dev_dbg(dev, "link_of (%pOF)\n", cpu_ep); in graph_dai_link_of()
276 ret = graph_parse_node(priv, cpu_ep, li, &is_single_links); in graph_dai_link_of()
290 ret = graph_link_init(priv, cpu_ep, codec_ep, li, dai_name); in graph_dai_link_of()
[all …]
Daudio-graph-card2.c652 struct device_node *cpu_ep = port_to_endpoint(cpu_port); in audio_graph2_link_normal() local
653 struct device_node *codec_port = of_graph_get_remote_port(cpu_ep); in audio_graph2_link_normal()
675 of_node_put(cpu_ep); in audio_graph2_link_normal()
948 struct device_node *cpu_ep = port_to_endpoint(cpu_port); in graph_count_normal() local
949 struct device_node *codec_port = of_graph_get_remote_port(cpu_ep); in graph_count_normal()
966 of_node_put(cpu_ep); in graph_count_normal()