Lines Matching refs:invert
261 unsigned int invert = mc->invert; in snd_soc_get_volsw() local
273 if (invert) in snd_soc_get_volsw()
288 if (invert) in snd_soc_get_volsw()
321 unsigned int invert = mc->invert; in snd_soc_put_volsw() local
331 if (invert) in snd_soc_put_volsw()
337 if (invert) in snd_soc_put_volsw()
502 unsigned int invert = mc->invert; in snd_soc_put_volsw_range() local
506 if (invert) in snd_soc_put_volsw_range()
518 if (invert) in snd_soc_put_volsw_range()
554 unsigned int invert = mc->invert; in snd_soc_get_volsw_range() local
563 if (invert) in snd_soc_get_volsw_range()
576 if (invert) in snd_soc_get_volsw_range()
841 unsigned int invert = mc->invert; in snd_soc_get_xr_sx() local
859 if (invert) in snd_soc_get_xr_sx()
890 unsigned int invert = mc->invert; in snd_soc_put_xr_sx() local
897 if (invert) in snd_soc_put_xr_sx()
931 unsigned int invert = mc->invert != 0; in snd_soc_get_strobe() local
943 ucontrol->value.enumerated.item[0] = val ^ invert; in snd_soc_get_strobe()
968 unsigned int invert = mc->invert != 0; in snd_soc_put_strobe() local
970 unsigned int val1 = (strobe ^ invert) ? mask : 0; in snd_soc_put_strobe()
971 unsigned int val2 = (strobe ^ invert) ? 0 : mask; in snd_soc_put_strobe()