Lines Matching refs:invert
256 unsigned int invert = mc->invert; in snd_soc_get_volsw() local
268 if (invert) in snd_soc_get_volsw()
283 if (invert) in snd_soc_get_volsw()
316 unsigned int invert = mc->invert; in snd_soc_put_volsw() local
326 if (invert) in snd_soc_put_volsw()
332 if (invert) in snd_soc_put_volsw()
497 unsigned int invert = mc->invert; in snd_soc_put_volsw_range() local
501 if (invert) in snd_soc_put_volsw_range()
513 if (invert) in snd_soc_put_volsw_range()
549 unsigned int invert = mc->invert; in snd_soc_get_volsw_range() local
558 if (invert) in snd_soc_get_volsw_range()
571 if (invert) in snd_soc_get_volsw_range()
836 unsigned int invert = mc->invert; in snd_soc_get_xr_sx() local
854 if (invert) in snd_soc_get_xr_sx()
885 unsigned int invert = mc->invert; in snd_soc_put_xr_sx() local
892 if (invert) in snd_soc_put_xr_sx()
926 unsigned int invert = mc->invert != 0; in snd_soc_get_strobe() local
938 ucontrol->value.enumerated.item[0] = val ^ invert; in snd_soc_get_strobe()
963 unsigned int invert = mc->invert != 0; in snd_soc_put_strobe() local
965 unsigned int val1 = (strobe ^ invert) ? mask : 0; in snd_soc_put_strobe()
966 unsigned int val2 = (strobe ^ invert) ? 0 : mask; in snd_soc_put_strobe()