auto_exp 129 drivers/media/i2c/mt9v111.c struct v4l2_ctrl *auto_exp; auto_exp 1022 drivers/media/i2c/mt9v111.c if (mt9v111->auto_exp->is_new || mt9v111->auto_awb->is_new) { auto_exp 1023 drivers/media/i2c/mt9v111.c if (mt9v111->auto_exp->val == V4L2_EXPOSURE_MANUAL && auto_exp 1162 drivers/media/i2c/mt9v111.c mt9v111->auto_exp = v4l2_ctrl_new_std_menu(&mt9v111->ctrls, auto_exp 89 drivers/media/i2c/ov2680.c struct v4l2_ctrl *auto_exp; auto_exp 441 drivers/media/i2c/ov2680.c static int ov2680_exposure_set(struct ov2680_dev *sensor, bool auto_exp) auto_exp 448 drivers/media/i2c/ov2680.c auto_exp ? 0 : BIT(0)); auto_exp 452 drivers/media/i2c/ov2680.c if (auto_exp || !ctrls->exposure->is_new) auto_exp 506 drivers/media/i2c/ov2680.c if (ctrls->auto_exp->val == V4L2_EXPOSURE_AUTO) { auto_exp 841 drivers/media/i2c/ov2680.c return ov2680_exposure_set(sensor, !!ctrls->auto_exp->val); auto_exp 950 drivers/media/i2c/ov2680.c ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, auto_exp 971 drivers/media/i2c/ov2680.c v4l2_ctrl_auto_cluster(2, &ctrls->auto_exp, 1, true); auto_exp 197 drivers/media/i2c/ov5640.c struct v4l2_ctrl *auto_exp; auto_exp 1802 drivers/media/i2c/ov5640.c bool auto_exp = sensor->ctrls.auto_exp->val == V4L2_EXPOSURE_AUTO; auto_exp 1816 drivers/media/i2c/ov5640.c if (auto_exp) { auto_exp 1859 drivers/media/i2c/ov5640.c if (auto_exp) auto_exp 1884 drivers/media/i2c/ov5640.c if (auto_exp) auto_exp 2432 drivers/media/i2c/ov5640.c bool auto_exp = (auto_exposure == V4L2_EXPOSURE_AUTO); auto_exp 2435 drivers/media/i2c/ov5640.c if (ctrls->auto_exp->is_new) { auto_exp 2436 drivers/media/i2c/ov5640.c ret = ov5640_set_autoexposure(sensor, auto_exp); auto_exp 2441 drivers/media/i2c/ov5640.c if (!auto_exp && ctrls->exposure->is_new) { auto_exp 2674 drivers/media/i2c/ov5640.c ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, auto_exp 2717 drivers/media/i2c/ov5640.c v4l2_ctrl_auto_cluster(2, &ctrls->auto_exp, 1, true); auto_exp 205 drivers/media/i2c/ov9650.c struct v4l2_ctrl *auto_exp; auto_exp 768 drivers/media/i2c/ov9650.c if (ctrls->auto_exp->is_new) { auto_exp 1008 drivers/media/i2c/ov9650.c ctrls->auto_exp = auto_exp 1053 drivers/media/i2c/ov9650.c v4l2_ctrl_auto_cluster(2, &ctrls->auto_exp, 1, true); auto_exp 106 drivers/media/i2c/s5c73m3/s5c73m3-ctrls.c static int s5c73m3_set_exposure(struct s5c73m3 *state, int auto_exp) auto_exp 266 drivers/media/i2c/s5k5baf.c struct v4l2_ctrl *auto_exp; auto_exp 1654 drivers/media/i2c/s5k5baf.c ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, auto_exp 1663 drivers/media/i2c/s5k5baf.c v4l2_ctrl_auto_cluster(3, &ctrls->auto_exp, 0, false); auto_exp 214 drivers/media/i2c/s5k6aa.c struct v4l2_ctrl *auto_exp; auto_exp 1387 drivers/media/i2c/s5k6aa.c ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, auto_exp 1396 drivers/media/i2c/s5k6aa.c v4l2_ctrl_auto_cluster(3, &ctrls->auto_exp, 0, false); auto_exp 88 drivers/media/platform/exynos4-is/fimc-isp.h struct v4l2_ctrl *auto_exp;