Searched refs:gc2093_ctrl_ops (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/i2c/ |
H A D | gc2093.c | 599 static const struct v4l2_ctrl_ops gc2093_ctrl_ops = {
variable 646 gc2093->vblank = v4l2_ctrl_new_std(handler, &gc2093_ctrl_ops, V4L2_CID_VBLANK, vblank_def,
in gc2093_initialize_controls() 650 gc2093->exposure = v4l2_ctrl_new_std(handler, &gc2093_ctrl_ops, V4L2_CID_EXPOSURE, GC2093_EXPOSURE_MIN,
in gc2093_initialize_controls() 653 gc2093->anal_gain = v4l2_ctrl_new_std(handler, &gc2093_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, GC2093_GAIN_MIN,
in gc2093_initialize_controls() 656 gc2093->h_flip = v4l2_ctrl_new_std(handler, &gc2093_ctrl_ops, V4L2_CID_HFLIP, 0, 1, 1, 0);
in gc2093_initialize_controls() 658 gc2093->v_flip = v4l2_ctrl_new_std(handler, &gc2093_ctrl_ops, V4L2_CID_VFLIP, 0, 1, 1, 0);
in gc2093_initialize_controls()
|
Completed in 3 milliseconds