/kernel/linux/linux-5.10/sound/soc/atmel/ |
H A D | mikroe-proto.c | 69 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()
|
/kernel/linux/linux-6.6/sound/soc/atmel/ |
H A D | mikroe-proto.c | 69 struct device_node *bitclkmaster = NULL; in snd_proto_probe() local 126 &bitclkmaster, &framemaster); in snd_proto_probe() 127 if (bitclkmaster != framemaster) { in snd_proto_probe() 132 if (bitclkmaster) { in snd_proto_probe() 133 if (codec_np == bitclkmaster) in snd_proto_probe() 150 of_node_put(bitclkmaster); in snd_proto_probe()
|
/kernel/linux/linux-5.10/sound/soc/meson/ |
H A D | meson-card-utils.c | 118 struct device_node *bitclkmaster = NULL; in meson_card_parse_daifmt() local 123 &bitclkmaster, &framemaster); in meson_card_parse_daifmt() 127 if (!bitclkmaster || bitclkmaster == cpu_node) { in meson_card_parse_daifmt() 135 of_node_put(bitclkmaster); in meson_card_parse_daifmt()
|
/kernel/linux/linux-6.6/sound/soc/meson/ |
H A D | meson-card-utils.c | 111 struct device_node *bitclkmaster = 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() 120 if (!bitclkmaster || bitclkmaster == cpu_node) { in meson_card_parse_daifmt() 128 of_node_put(bitclkmaster); in meson_card_parse_daifmt()
|
/kernel/linux/linux-5.10/sound/soc/generic/ |
H A D | simple-card-utils.c | 61 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()
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl-asoc-card.c | 526 struct device_node *bitclkmaster = NULL; in fsl_asoc_card_probe() local 664 &bitclkmaster, &framemaster); in fsl_asoc_card_probe() 666 if (bitclkmaster || framemaster) { in fsl_asoc_card_probe() 667 if (codec_np == bitclkmaster) in fsl_asoc_card_probe() 684 of_node_put(bitclkmaster); in fsl_asoc_card_probe()
|
/kernel/linux/linux-6.6/sound/soc/generic/ |
H A D | simple-card-utils.c | 88 struct device_node *bitclkmaster = 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() 109 of_node_put(bitclkmaster); in asoc_simple_parse_daifmt()
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-core.c | 2870 struct device_node **bitclkmaster, in snd_soc_of_parse_daifmt() 2958 if (bit && bitclkmaster) in snd_soc_of_parse_daifmt() 2959 *bitclkmaster = 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 D | soc-core.c | 3275 struct device_node **bitclkmaster, in snd_soc_daifmt_parse_clock_provider_raw() 3290 if (bit && bitclkmaster) in snd_soc_daifmt_parse_clock_provider_raw() 3291 *bitclkmaster = 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 D | soc.h | 1353 struct device_node **bitclkmaster,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc.h | 1329 struct device_node **bitclkmaster,
|