Lines Matching refs:invert
250 unsigned int invert = mc->invert; in snd_soc_get_volsw() local
262 if (invert) in snd_soc_get_volsw()
277 if (invert) in snd_soc_get_volsw()
310 unsigned int invert = mc->invert; in snd_soc_put_volsw() local
327 if (invert) in snd_soc_put_volsw()
340 if (invert) in snd_soc_put_volsw()
518 unsigned int invert = mc->invert; in snd_soc_put_volsw_range() local
530 if (invert) in snd_soc_put_volsw_range()
551 if (invert) in snd_soc_put_volsw_range()
591 unsigned int invert = mc->invert; in snd_soc_get_volsw_range() local
596 if (invert) in snd_soc_get_volsw_range()
606 if (invert) in snd_soc_get_volsw_range()
864 unsigned int invert = mc->invert; in snd_soc_get_xr_sx() local
879 if (invert) in snd_soc_get_xr_sx()
910 unsigned int invert = mc->invert; in snd_soc_put_xr_sx() local
919 if (invert) in snd_soc_put_xr_sx()
953 unsigned int invert = mc->invert != 0; in snd_soc_get_strobe() local
961 ucontrol->value.enumerated.item[0] = val ^ invert; in snd_soc_get_strobe()
986 unsigned int invert = mc->invert != 0; in snd_soc_put_strobe() local
988 unsigned int val1 = (strobe ^ invert) ? mask : 0; in snd_soc_put_strobe()
989 unsigned int val2 = (strobe ^ invert) ? 0 : mask; in snd_soc_put_strobe()