Lines Matching refs:integer

851 	ucontrol->value.integer.value[0] =  in snd_soc_get_volsw_twl4030()
853 if (ucontrol->value.integer.value[0]) in snd_soc_get_volsw_twl4030()
854 ucontrol->value.integer.value[0] = in snd_soc_get_volsw_twl4030()
855 max + 1 - ucontrol->value.integer.value[0]; in snd_soc_get_volsw_twl4030()
858 ucontrol->value.integer.value[1] = in snd_soc_get_volsw_twl4030()
860 if (ucontrol->value.integer.value[1]) in snd_soc_get_volsw_twl4030()
861 ucontrol->value.integer.value[1] = in snd_soc_get_volsw_twl4030()
862 max + 1 - ucontrol->value.integer.value[1]; in snd_soc_get_volsw_twl4030()
881 val = (ucontrol->value.integer.value[0] & mask); in snd_soc_put_volsw_twl4030()
888 val2 = (ucontrol->value.integer.value[1] & mask); in snd_soc_put_volsw_twl4030()
909 ucontrol->value.integer.value[0] = in snd_soc_get_volsw_r2_twl4030()
911 ucontrol->value.integer.value[1] = in snd_soc_get_volsw_r2_twl4030()
914 if (ucontrol->value.integer.value[0]) in snd_soc_get_volsw_r2_twl4030()
915 ucontrol->value.integer.value[0] = in snd_soc_get_volsw_r2_twl4030()
916 max + 1 - ucontrol->value.integer.value[0]; in snd_soc_get_volsw_r2_twl4030()
917 if (ucontrol->value.integer.value[1]) in snd_soc_get_volsw_r2_twl4030()
918 ucontrol->value.integer.value[1] = in snd_soc_get_volsw_r2_twl4030()
919 max + 1 - ucontrol->value.integer.value[1]; in snd_soc_get_volsw_r2_twl4030()
939 val = (ucontrol->value.integer.value[0] & mask); in snd_soc_put_volsw_r2_twl4030()
940 val2 = (ucontrol->value.integer.value[1] & mask); in snd_soc_put_volsw_r2_twl4030()