Lines Matching full: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
320 if (invert) in snd_soc_put_volsw()
326 if (invert) in snd_soc_put_volsw()
484 unsigned int invert = mc->invert; in snd_soc_put_volsw_range() local
488 if (invert) in snd_soc_put_volsw_range()
500 if (invert) in snd_soc_put_volsw_range()
536 unsigned int invert = mc->invert; in snd_soc_get_volsw_range() local
541 if (invert) in snd_soc_get_volsw_range()
551 if (invert) in snd_soc_get_volsw_range()
809 unsigned int invert = mc->invert; in snd_soc_get_xr_sx() local
824 if (invert) in snd_soc_get_xr_sx()
855 unsigned int invert = mc->invert; in snd_soc_put_xr_sx() local
862 if (invert) in snd_soc_put_xr_sx()
896 unsigned int invert = mc->invert != 0; in snd_soc_get_strobe() local
904 ucontrol->value.enumerated.item[0] = val ^ invert; in snd_soc_get_strobe()
929 unsigned int invert = mc->invert != 0; in snd_soc_put_strobe() local
931 unsigned int val1 = (strobe ^ invert) ? mask : 0; in snd_soc_put_strobe()
932 unsigned int val2 = (strobe ^ invert) ? 0 : mask; in snd_soc_put_strobe()