Lines Matching full:invert
268 unsigned int invert = mc->invert; in snd_soc_get_volsw() local
280 if (invert) in snd_soc_get_volsw()
295 if (invert) in snd_soc_get_volsw()
328 unsigned int invert = mc->invert; in snd_soc_put_volsw() local
345 if (invert) in snd_soc_put_volsw()
358 if (invert) in snd_soc_put_volsw()
543 unsigned int invert = mc->invert; in snd_soc_put_volsw_range() local
555 if (invert) in snd_soc_put_volsw_range()
576 if (invert) in snd_soc_put_volsw_range()
616 unsigned int invert = mc->invert; in snd_soc_get_volsw_range() local
621 if (invert) in snd_soc_get_volsw_range()
631 if (invert) in snd_soc_get_volsw_range()
881 unsigned int invert = mc->invert; in snd_soc_get_xr_sx() local
895 if (invert) in snd_soc_get_xr_sx()
926 unsigned int invert = mc->invert; in snd_soc_put_xr_sx() local
935 if (invert) in snd_soc_put_xr_sx()
971 unsigned int invert = mc->invert != 0; in snd_soc_get_strobe() local
979 ucontrol->value.enumerated.item[0] = val ^ invert; in snd_soc_get_strobe()
1004 unsigned int invert = mc->invert != 0; in snd_soc_put_strobe() local
1006 unsigned int val1 = (strobe ^ invert) ? mask : 0; in snd_soc_put_strobe()
1007 unsigned int val2 = (strobe ^ invert) ? 0 : mask; in snd_soc_put_strobe()