Searched refs:auto_exp (Results 1 – 5 of 5) sorted by relevance
/drivers/media/platform/exynos4-is/ |
D | fimc-isp.h | 91 struct v4l2_ctrl *auto_exp; member
|
/drivers/media/i2c/ |
D | ov9650.c | 204 struct v4l2_ctrl *auto_exp; member 768 if (ctrls->auto_exp->is_new) { in ov965x_set_exposure() 1008 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in ov965x_initialize_controls() 1050 v4l2_ctrl_auto_cluster(3, &ctrls->auto_exp, 1, true); in ov965x_initialize_controls()
|
D | s5k6aa.c | 218 struct v4l2_ctrl *auto_exp; member 1378 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in s5k6aa_initialize_ctrls() 1387 v4l2_ctrl_auto_cluster(3, &ctrls->auto_exp, 0, false); in s5k6aa_initialize_ctrls()
|
D | s5k5baf.c | 269 struct v4l2_ctrl *auto_exp; member 1654 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in s5k5baf_initialize_ctrls() 1663 v4l2_ctrl_auto_cluster(3, &ctrls->auto_exp, 0, false); in s5k5baf_initialize_ctrls()
|
/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-ctrls.c | 114 static int s5c73m3_set_exposure(struct s5c73m3 *state, int auto_exp) in s5c73m3_set_exposure() argument
|