Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_g_ctrl (Results 1 – 13 of 13) sorted by relevance

/linux-3.3/drivers/media/video/
Dwm8775.c134 if (!v4l2_ctrl_g_ctrl(state->mute)) in wm8775_s_routing()
136 if (!v4l2_ctrl_g_ctrl(state->vol)) in wm8775_s_routing()
138 if (!v4l2_ctrl_g_ctrl(state->bal)) in wm8775_s_routing()
Dmt9m001.c219 if (!ret && v4l2_ctrl_g_ctrl(mt9m001->autoexposure) == V4L2_EXPOSURE_AUTO) in mt9m001_s_crop()
Dmt9t031.c286 if (ret >= 0 && v4l2_ctrl_g_ctrl(mt9t031->autoexposure) == V4L2_EXPOSURE_AUTO) { in mt9t031_set_params()
Dv4l2-ctrls.c2050 s32 v4l2_ctrl_g_ctrl(struct v4l2_ctrl *ctrl) in v4l2_ctrl_g_ctrl() function
2059 EXPORT_SYMBOL(v4l2_ctrl_g_ctrl);
Dvivi.c486 gain = v4l2_ctrl_g_ctrl(dev->gain); in vivi_fillbuff()
Dcx2341x.c1703 if (v4l2_ctrl_g_ctrl(cxhdl->video_encoding) == V4L2_MPEG_VIDEO_ENCODING_MPEG_1) { in cx2341x_handler_setup()
/linux-3.3/drivers/media/video/cx18/
Dcx18-fileops.c166 new_stereo_mode = v4l2_ctrl_g_ctrl(cx->cxhdl.audio_mode); in cx18_dualwatch()
769 (v4l2_ctrl_g_ctrl(cx->cxhdl.video_mute) | in cx18_v4l2_close()
770 (v4l2_ctrl_g_ctrl(cx->cxhdl.video_mute_yuv) << 8))); in cx18_v4l2_close()
Dcx18-streams.c806 cx->dualwatch_stereo_mode = v4l2_ctrl_g_ctrl(cx->cxhdl.audio_mode); in cx18_start_v4l2_encode_stream()
906 (v4l2_ctrl_g_ctrl(cx->cxhdl.video_mute_yuv) << 8) | 1); in cx18_start_v4l2_encode_stream()
/linux-3.3/include/media/
Dv4l2-ctrls.h475 s32 v4l2_ctrl_g_ctrl(struct v4l2_ctrl *ctrl);
/linux-3.3/drivers/media/video/ivtv/
Divtv-fileops.c156 new_stereo_mode = v4l2_ctrl_g_ctrl(itv->cxhdl.audio_mode); in ivtv_dualwatch()
882 v4l2_ctrl_g_ctrl(itv->cxhdl.video_mute) | in ivtv_v4l2_close()
883 (v4l2_ctrl_g_ctrl(itv->cxhdl.video_mute_yuv) << 8)); in ivtv_v4l2_close()
Divtv-streams.c476 itv->dualwatch_stereo_mode = v4l2_ctrl_g_ctrl(itv->cxhdl.audio_mode); in ivtv_start_v4l2_encode_stream()
569 1 | (v4l2_ctrl_g_ctrl(itv->cxhdl.video_mute_yuv) << 8)); in ivtv_start_v4l2_encode_stream()
Divtv-ioctl.c164 data[3] = v4l2_ctrl_g_ctrl(itv->cxhdl.video_b_frames); in ivtv_set_speed()
588 if (v4l2_ctrl_g_ctrl(itv->cxhdl.video_encoding) == V4L2_MPEG_VIDEO_ENCODING_MPEG_1) in ivtv_s_fmt_vid_cap()
/linux-3.3/Documentation/video4linux/
Dv4l2-controls.txt309 s32 v4l2_ctrl_g_ctrl(struct v4l2_ctrl *ctrl);