Home
last modified time | relevance | path

Searched refs:bitclkmaster (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/sound/soc/atmel/
Dmikroe-proto.c69 struct device_node *bitclkmaster = NULL; in snd_proto_probe() local
124 &bitclkmaster, &framemaster); in snd_proto_probe()
125 if (bitclkmaster != framemaster) { in snd_proto_probe()
129 if (bitclkmaster) { in snd_proto_probe()
131 if (codec_np == bitclkmaster) in snd_proto_probe()
136 of_node_put(bitclkmaster); in snd_proto_probe()
/Linux-v5.4/sound/soc/generic/
Dsimple-card-utils.c61 struct device_node *bitclkmaster = NULL; in asoc_simple_parse_daifmt() local
66 &bitclkmaster, &framemaster); in asoc_simple_parse_daifmt()
69 if (!bitclkmaster && !framemaster) { in asoc_simple_parse_daifmt()
80 if (codec == bitclkmaster) in asoc_simple_parse_daifmt()
88 of_node_put(bitclkmaster); in asoc_simple_parse_daifmt()
/Linux-v5.4/sound/soc/meson/
Daxg-card.c310 struct device_node *bitclkmaster = NULL; in axg_card_parse_daifmt() local
315 &bitclkmaster, &framemaster); in axg_card_parse_daifmt()
319 if (!bitclkmaster || bitclkmaster == cpu_node) { in axg_card_parse_daifmt()
327 of_node_put(bitclkmaster); in axg_card_parse_daifmt()
/Linux-v5.4/sound/soc/
Dsoc-core.c3174 struct device_node **bitclkmaster, in snd_soc_of_parse_daifmt() argument
3262 if (bit && bitclkmaster) in snd_soc_of_parse_daifmt()
3263 *bitclkmaster = of_parse_phandle(np, prop, 0); in snd_soc_of_parse_daifmt()
/Linux-v5.4/include/sound/
Dsoc.h1308 struct device_node **bitclkmaster,