Searched refs:soc_dapm_test_bits (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-dapm.c | 640 static int soc_dapm_test_bits(struct snd_soc_dapm_context *dapm, in soc_dapm_test_bits() function 3413 reg_change = soc_dapm_test_bits(dapm, reg, mask << shift, val); in snd_soc_dapm_put_volsw() 3416 reg_change |= soc_dapm_test_bits(dapm, mc->rreg, in snd_soc_dapm_put_volsw() 3526 reg_change = soc_dapm_test_bits(dapm, e->reg, mask, val); in snd_soc_dapm_put_enum_double()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-dapm.c | 640 static int soc_dapm_test_bits(struct snd_soc_dapm_context *dapm, in soc_dapm_test_bits() function 3423 reg_change = soc_dapm_test_bits(dapm, reg, mask << shift, val); in snd_soc_dapm_put_volsw() 3426 reg_change |= soc_dapm_test_bits(dapm, mc->rreg, in snd_soc_dapm_put_volsw() 3535 reg_change = soc_dapm_test_bits(dapm, e->reg, mask, val); in snd_soc_dapm_put_enum_double()
|
Completed in 13 milliseconds