Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c457 ctrls->auto_exposure = v4l2_ctrl_new_std_menu(hdl, ops, in s5c73m3_init_controls()
543 v4l2_ctrl_auto_cluster(3, &ctrls->auto_exposure, 0, false); in s5c73m3_init_controls()
/linux/drivers/media/i2c/
H A Dov7670.c224 struct v4l2_ctrl *auto_exposure; member
1928 info->auto_exposure = v4l2_ctrl_new_std_menu(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe()
1946 v4l2_ctrl_auto_cluster(2, &info->auto_exposure, in ov7670_probe()
H A Dov5640.c3170 enum v4l2_exposure_auto_type auto_exposure) in ov5640_set_ctrl_exposure() argument
3173 bool auto_exp = (auto_exposure == V4L2_EXPOSURE_AUTO); in ov5640_set_ctrl_exposure()