• Home
  • Raw
  • Download

Lines Matching refs:integer

192 	uinfo->value.integer.min = 0;  in snd_soc_info_volsw()
193 uinfo->value.integer.max = platform_max - mc->min; in snd_soc_info_volsw()
220 uinfo->value.integer.max += mc->min; in snd_soc_info_volsw_sx()
261 ucontrol->value.integer.value[0] = val - min; in snd_soc_get_volsw()
263 ucontrol->value.integer.value[0] = in snd_soc_get_volsw()
264 max - ucontrol->value.integer.value[0]; in snd_soc_get_volsw()
276 ucontrol->value.integer.value[1] = val - min; in snd_soc_get_volsw()
278 ucontrol->value.integer.value[1] = in snd_soc_get_volsw()
279 max - ucontrol->value.integer.value[1]; in snd_soc_get_volsw()
319 val = ucontrol->value.integer.value[0]; in snd_soc_put_volsw()
332 val2 = ucontrol->value.integer.value[1]; in snd_soc_put_volsw()
394 ucontrol->value.integer.value[0] = ((val >> shift) - min) & mask; in snd_soc_get_volsw_sx()
399 ucontrol->value.integer.value[1] = val; in snd_soc_get_volsw_sx()
433 val = ucontrol->value.integer.value[0]; in snd_soc_put_volsw_sx()
450 unsigned int val2 = ucontrol->value.integer.value[1]; in snd_soc_put_volsw_sx()
497 uinfo->value.integer.min = 0; in snd_soc_info_volsw_range()
498 uinfo->value.integer.max = platform_max - min; in snd_soc_info_volsw_range()
529 tmp = ucontrol->value.integer.value[0]; in snd_soc_put_volsw_range()
538 val = (max - ucontrol->value.integer.value[0]) & mask; in snd_soc_put_volsw_range()
540 val = ((ucontrol->value.integer.value[0] + min) & mask); in snd_soc_put_volsw_range()
550 tmp = ucontrol->value.integer.value[1]; in snd_soc_put_volsw_range()
559 val = (max - ucontrol->value.integer.value[1]) & mask; in snd_soc_put_volsw_range()
561 val = ((ucontrol->value.integer.value[1] + min) & mask); in snd_soc_put_volsw_range()
602 ucontrol->value.integer.value[0] = (val >> shift) & mask; in snd_soc_get_volsw_range()
604 ucontrol->value.integer.value[0] = in snd_soc_get_volsw_range()
605 max - ucontrol->value.integer.value[0]; in snd_soc_get_volsw_range()
607 ucontrol->value.integer.value[0] = in snd_soc_get_volsw_range()
608 ucontrol->value.integer.value[0] - min; in snd_soc_get_volsw_range()
612 ucontrol->value.integer.value[1] = (val >> shift) & mask; in snd_soc_get_volsw_range()
614 ucontrol->value.integer.value[1] = in snd_soc_get_volsw_range()
615 max - ucontrol->value.integer.value[1]; in snd_soc_get_volsw_range()
617 ucontrol->value.integer.value[1] = in snd_soc_get_volsw_range()
618 ucontrol->value.integer.value[1] - min; in snd_soc_get_volsw_range()
840 uinfo->value.integer.min = mc->min; in snd_soc_info_xr_sx()
841 uinfo->value.integer.max = mc->max; in snd_soc_info_xr_sx()
886 ucontrol->value.integer.value[0] = val; in snd_soc_get_xr_sx()
918 long val = ucontrol->value.integer.value[0]; in snd_soc_put_xr_sx()