Home
last modified time | relevance | path

Searched refs:vctrl (Results 1 – 3 of 3) sorted by relevance

/drivers/media/pci/ivtv/
Divtv-alsa-mixer.c89 struct v4l2_control vctrl; in snd_ivtv_mixer_tv_vol_get() local
92 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() local
112 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 …]
/drivers/media/pci/cx18/
Dcx18-alsa-mixer.c89 struct v4l2_control vctrl; in snd_cx18_mixer_tv_vol_get() local
92 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() local
112 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 …]
/drivers/irqchip/
Dirq-gic.c1344 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()