Searched refs:vctrl (Results 1 – 3 of 3) sorted by relevance
89 struct v4l2_control vctrl; in snd_ivtv_mixer_tv_vol_get() local92 vctrl.id = V4L2_CID_AUDIO_VOLUME; in snd_ivtv_mixer_tv_vol_get()93 vctrl.value = dB_to_cx25840_vol(uctl->value.integer.value[0]); in snd_ivtv_mixer_tv_vol_get()96 ret = v4l2_g_ctrl(itv->sd_audio->ctrl_handler, &vctrl); in snd_ivtv_mixer_tv_vol_get()100 uctl->value.integer.value[0] = cx25840_vol_to_dB(vctrl.value); in snd_ivtv_mixer_tv_vol_get()109 struct v4l2_control vctrl; in snd_ivtv_mixer_tv_vol_put() local112 vctrl.id = V4L2_CID_AUDIO_VOLUME; in snd_ivtv_mixer_tv_vol_put()113 vctrl.value = dB_to_cx25840_vol(uctl->value.integer.value[0]); in snd_ivtv_mixer_tv_vol_put()118 ret = v4l2_g_ctrl(itv->sd_audio->ctrl_handler, &vctrl); in snd_ivtv_mixer_tv_vol_put()121 (cx25840_vol_to_dB(vctrl.value) != uctl->value.integer.value[0])) { in snd_ivtv_mixer_tv_vol_put()[all …]
89 struct v4l2_control vctrl; in snd_cx18_mixer_tv_vol_get() local92 vctrl.id = V4L2_CID_AUDIO_VOLUME; in snd_cx18_mixer_tv_vol_get()93 vctrl.value = dB_to_cx18_av_vol(uctl->value.integer.value[0]); in snd_cx18_mixer_tv_vol_get()96 ret = v4l2_g_ctrl(cx->sd_av->ctrl_handler, &vctrl); in snd_cx18_mixer_tv_vol_get()100 uctl->value.integer.value[0] = cx18_av_vol_to_dB(vctrl.value); in snd_cx18_mixer_tv_vol_get()109 struct v4l2_control vctrl; in snd_cx18_mixer_tv_vol_put() local112 vctrl.id = V4L2_CID_AUDIO_VOLUME; in snd_cx18_mixer_tv_vol_put()113 vctrl.value = dB_to_cx18_av_vol(uctl->value.integer.value[0]); in snd_cx18_mixer_tv_vol_put()118 ret = v4l2_g_ctrl(cx->sd_av->ctrl_handler, &vctrl); in snd_cx18_mixer_tv_vol_put()121 (cx18_av_vol_to_dB(vctrl.value) != uctl->value.integer.value[0])) { in snd_cx18_mixer_tv_vol_put()[all …]
1344 struct resource *vctrl_res = &gic_v2_kvm_info.vctrl; in gic_of_setup_kvm_info()1501 struct resource *vctrl_res = &gic_v2_kvm_info.vctrl; in gic_acpi_setup_kvm_info()