Lines Matching refs:integer

852 	ucontrol->value.integer.value[0] =  in snd_soc_get_volsw_twl4030()
854 if (ucontrol->value.integer.value[0]) in snd_soc_get_volsw_twl4030()
855 ucontrol->value.integer.value[0] = in snd_soc_get_volsw_twl4030()
856 max + 1 - ucontrol->value.integer.value[0]; in snd_soc_get_volsw_twl4030()
859 ucontrol->value.integer.value[1] = in snd_soc_get_volsw_twl4030()
861 if (ucontrol->value.integer.value[1]) in snd_soc_get_volsw_twl4030()
862 ucontrol->value.integer.value[1] = in snd_soc_get_volsw_twl4030()
863 max + 1 - ucontrol->value.integer.value[1]; in snd_soc_get_volsw_twl4030()
882 val = (ucontrol->value.integer.value[0] & mask); in snd_soc_put_volsw_twl4030()
889 val2 = (ucontrol->value.integer.value[1] & mask); in snd_soc_put_volsw_twl4030()
910 ucontrol->value.integer.value[0] = in snd_soc_get_volsw_r2_twl4030()
912 ucontrol->value.integer.value[1] = in snd_soc_get_volsw_r2_twl4030()
915 if (ucontrol->value.integer.value[0]) in snd_soc_get_volsw_r2_twl4030()
916 ucontrol->value.integer.value[0] = in snd_soc_get_volsw_r2_twl4030()
917 max + 1 - ucontrol->value.integer.value[0]; in snd_soc_get_volsw_r2_twl4030()
918 if (ucontrol->value.integer.value[1]) in snd_soc_get_volsw_r2_twl4030()
919 ucontrol->value.integer.value[1] = in snd_soc_get_volsw_r2_twl4030()
920 max + 1 - ucontrol->value.integer.value[1]; in snd_soc_get_volsw_r2_twl4030()
940 val = (ucontrol->value.integer.value[0] & mask); in snd_soc_put_volsw_r2_twl4030()
941 val2 = (ucontrol->value.integer.value[1] & mask); in snd_soc_put_volsw_r2_twl4030()