Searched refs:auto_exp (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/media/platform/samsung/exynos4-is/ |
D | fimc-isp.h | 88 struct v4l2_ctrl *auto_exp; member
|
/linux-6.12.1/drivers/media/i2c/ |
D | ov5640.c | 414 struct v4l2_ctrl *auto_exp; member 2327 bool auto_exp = sensor->ctrls.auto_exp->val == V4L2_EXPOSURE_AUTO; in ov5640_set_mode() local 2340 if (auto_exp) { in ov5640_set_mode() 2373 if (auto_exp) in ov5640_set_mode() 2398 if (auto_exp) in ov5640_set_mode() 3173 bool auto_exp = (auto_exposure == V4L2_EXPOSURE_AUTO); in ov5640_set_ctrl_exposure() local 3176 if (ctrls->auto_exp->is_new) { in ov5640_set_ctrl_exposure() 3177 ret = ov5640_set_autoexposure(sensor, auto_exp); in ov5640_set_ctrl_exposure() 3182 if (!auto_exp && ctrls->exposure->is_new) { in ov5640_set_ctrl_exposure() 3478 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in ov5640_init_controls() [all …]
|
D | alvium-csi2.h | 297 u64 auto_exp:1; member 362 struct v4l2_ctrl *auto_exp; member
|
D | mt9v111.c | 127 struct v4l2_ctrl *auto_exp; member 1034 if (mt9v111->auto_exp->is_new || mt9v111->auto_awb->is_new) { in mt9v111_s_ctrl() 1035 if (mt9v111->auto_exp->val == V4L2_EXPOSURE_MANUAL && in mt9v111_s_ctrl() 1174 mt9v111->auto_exp = v4l2_ctrl_new_std_menu(&mt9v111->ctrls, in mt9v111_probe()
|
D | ov9650.c | 203 struct v4l2_ctrl *auto_exp; member 766 if (ctrls->auto_exp->is_new) { in ov965x_set_exposure() 1006 ctrls->auto_exp = in ov965x_initialize_controls() 1051 v4l2_ctrl_auto_cluster(2, &ctrls->auto_exp, 1, true); in ov965x_initialize_controls()
|
D | alvium-csi2.c | 512 dev_dbg(dev, "feature auto_exp: %u\n", alvium->avail_ft.auto_exp); in alvium_print_avail_feat() 2135 if (alvium->avail_ft.auto_exp) { in alvium_ctrl_init() 2136 ctrls->auto_exp = in alvium_ctrl_init() 2141 v4l2_ctrl_auto_cluster(2, &ctrls->auto_exp, 1, true); in alvium_ctrl_init()
|
D | s5k5baf.c | 260 struct v4l2_ctrl *auto_exp; member 1663 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops, in s5k5baf_initialize_ctrls() 1672 v4l2_ctrl_auto_cluster(3, &ctrls->auto_exp, 0, false); in s5k5baf_initialize_ctrls()
|
/linux-6.12.1/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-ctrls.c | 104 static int s5c73m3_set_exposure(struct s5c73m3 *state, int auto_exp) in s5c73m3_set_exposure() argument
|