Searched refs:vctrl (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-alsa-mixer.c89 struct v4l2_control vctrl; local
92 vctrl.id = V4L2_CID_AUDIO_VOLUME;
93 vctrl.value = dB_to_cx18_av_vol(uctl->value.integer.value[0]);
96 ret = v4l2_subdev_call(cx->sd_av, core, g_ctrl, &vctrl);
100 uctl->value.integer.value[0] = cx18_av_vol_to_dB(vctrl.value);
109 struct v4l2_control vctrl; local
112 vctrl.id = V4L2_CID_AUDIO_VOLUME;
113 vctrl.value = dB_to_cx18_av_vol(uctl->value.integer.value[0]);
118 ret = v4l2_subdev_call(cx->sd_av, core, g_ctrl, &vctrl);
121 (cx18_av_vol_to_dB(vctrl
[all...]
H A Dcx18-controls.c108 struct v4l2_ext_control *vctrl)
114 qctrl.id = vctrl->id;
120 return v4l2_ctrl_check(vctrl, &qctrl, menu_items);
123 static int cx18_s_ctrl(struct cx18 *cx, struct v4l2_control *vctrl) argument
125 switch (vctrl->id) {
131 return v4l2_subdev_call(cx->sd_av, core, s_ctrl, vctrl);
139 return v4l2_subdev_call(cx->sd_av, core, s_ctrl, vctrl);
142 CX18_DEBUG_IOCTL("invalid control 0x%x\n", vctrl->id);
148 static int cx18_g_ctrl(struct cx18 *cx, struct v4l2_control *vctrl) argument
150 switch (vctrl
107 cx18_try_ctrl(struct file *file, void *fh, struct v4l2_ext_control *vctrl) argument
[all...]

Completed in 97 milliseconds