Home
last modified time | relevance | path

Searched refs:framemaster (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/atmel/
H A Dmikroe-proto.c70 struct device_node *framemaster = NULL; in snd_proto_probe() local
124 &bitclkmaster, &framemaster); in snd_proto_probe()
125 if (bitclkmaster != framemaster) { in snd_proto_probe()
137 of_node_put(framemaster); in snd_proto_probe()
/kernel/linux/linux-5.10/sound/soc/meson/
H A Dmeson-card-utils.c119 struct device_node *framemaster = NULL; in meson_card_parse_daifmt() local
123 &bitclkmaster, &framemaster); in meson_card_parse_daifmt()
128 daifmt |= (!framemaster || framemaster == cpu_node) ? in meson_card_parse_daifmt()
131 daifmt |= (!framemaster || framemaster == cpu_node) ? in meson_card_parse_daifmt()
136 of_node_put(framemaster); in meson_card_parse_daifmt()
/kernel/linux/linux-6.6/sound/soc/meson/
H A Dmeson-card-utils.c112 struct device_node *framemaster = NULL; in meson_card_parse_daifmt() local
117 snd_soc_daifmt_parse_clock_provider_as_phandle(node, NULL, &bitclkmaster, &framemaster); in meson_card_parse_daifmt()
121 daifmt |= (!framemaster || framemaster == cpu_node) ? in meson_card_parse_daifmt()
124 daifmt |= (!framemaster || framemaster == cpu_node) ? in meson_card_parse_daifmt()
129 of_node_put(framemaster); in meson_card_parse_daifmt()
/kernel/linux/linux-6.6/sound/soc/atmel/
H A Dmikroe-proto.c70 struct device_node *framemaster = NULL; in snd_proto_probe() local
126 &bitclkmaster, &framemaster); in snd_proto_probe()
127 if (bitclkmaster != framemaster) { in snd_proto_probe()
151 of_node_put(framemaster); in snd_proto_probe()
/kernel/linux/linux-5.10/sound/soc/generic/
H A Dsimple-card-utils.c62 struct device_node *framemaster = NULL; in asoc_simple_parse_daifmt() local
66 &bitclkmaster, &framemaster); in asoc_simple_parse_daifmt()
69 if (!bitclkmaster && !framemaster) { in asoc_simple_parse_daifmt()
81 daifmt |= (codec == framemaster) ? in asoc_simple_parse_daifmt()
84 daifmt |= (codec == framemaster) ? in asoc_simple_parse_daifmt()
89 of_node_put(framemaster); in asoc_simple_parse_daifmt()
/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dfsl-asoc-card.c527 struct device_node *framemaster = NULL; in fsl_asoc_card_probe() local
664 &bitclkmaster, &framemaster); in fsl_asoc_card_probe()
666 if (bitclkmaster || framemaster) { in fsl_asoc_card_probe()
668 daifmt |= (codec_np == framemaster) ? in fsl_asoc_card_probe()
671 daifmt |= (codec_np == framemaster) ? in fsl_asoc_card_probe()
685 of_node_put(framemaster); in fsl_asoc_card_probe()
/kernel/linux/linux-6.6/sound/soc/generic/
H A Dsimple-card-utils.c89 struct device_node *framemaster = NULL; in asoc_simple_parse_daifmt() local
94 snd_soc_daifmt_parse_clock_provider_as_phandle(node, prefix, &bitclkmaster, &framemaster); in asoc_simple_parse_daifmt()
95 if (!bitclkmaster && !framemaster) { in asoc_simple_parse_daifmt()
106 ((codec == bitclkmaster) << 4) | (codec == framemaster)); in asoc_simple_parse_daifmt()
110 of_node_put(framemaster); in asoc_simple_parse_daifmt()
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-core.c2871 struct device_node **framemaster) in snd_soc_of_parse_daifmt()
2963 if (frame && framemaster) in snd_soc_of_parse_daifmt()
2964 *framemaster = of_parse_phandle(np, prop, 0); in snd_soc_of_parse_daifmt()
2868 snd_soc_of_parse_daifmt(struct device_node *np, const char *prefix, struct device_node **bitclkmaster, struct device_node **framemaster) snd_soc_of_parse_daifmt() argument
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-core.c3276 struct device_node **framemaster) in snd_soc_daifmt_parse_clock_provider_raw()
3295 if (frame && framemaster) in snd_soc_daifmt_parse_clock_provider_raw()
3296 *framemaster = of_parse_phandle(np, prop, 0); in snd_soc_daifmt_parse_clock_provider_raw()
3273 snd_soc_daifmt_parse_clock_provider_raw(struct device_node *np, const char *prefix, struct device_node **bitclkmaster, struct device_node **framemaster) snd_soc_daifmt_parse_clock_provider_raw() argument
/kernel/linux/linux-5.10/include/sound/
H A Dsoc.h1354 struct device_node **framemaster);
/kernel/linux/linux-6.6/include/sound/
H A Dsoc.h1330 struct device_node **framemaster);

Completed in 19 milliseconds