Searched refs:auto_exp (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp.h88 struct v4l2_ctrl *auto_exp; member in struct:fimc_isp_ctrls
/linux-master/drivers/media/i2c/
H A Dalvium-csi2.h291 u64 auto_exp:1; member in struct:alvium_avail_feat
356 struct v4l2_ctrl *auto_exp; member in struct:alvium_ctrls
H A Dmt9v111.c127 struct v4l2_ctrl *auto_exp; member in struct:mt9v111_dev
1034 if (mt9v111->auto_exp->is_new || mt9v111->auto_awb->is_new) {
1035 if (mt9v111->auto_exp->val == V4L2_EXPOSURE_MANUAL &&
1174 mt9v111->auto_exp = v4l2_ctrl_new_std_menu(&mt9v111->ctrls,
H A Dov5640.c414 struct v4l2_ctrl *auto_exp; member in struct:ov5640_ctrls::__anon1074
2327 bool auto_exp = sensor->ctrls.auto_exp->val == V4L2_EXPOSURE_AUTO; local
2340 if (auto_exp) {
2373 if (auto_exp)
2398 if (auto_exp)
3173 bool auto_exp = (auto_exposure == V4L2_EXPOSURE_AUTO); local
3176 if (ctrls->auto_exp->is_new) {
3177 ret = ov5640_set_autoexposure(sensor, auto_exp);
3182 if (!auto_exp
[all...]
H A Dov9650.c203 struct v4l2_ctrl *auto_exp; member in struct:ov965x_ctrls::__anon1093
766 if (ctrls->auto_exp->is_new) {
1006 ctrls->auto_exp =
1051 v4l2_ctrl_auto_cluster(2, &ctrls->auto_exp, 1, true);
H A Ds5k5baf.c260 struct v4l2_ctrl *auto_exp; member in struct:s5k5baf_ctrls::__anon328
1663 ctrls->auto_exp = v4l2_ctrl_new_std_menu(hdl, ops,
1672 v4l2_ctrl_auto_cluster(3, &ctrls->auto_exp, 0, false);
H A Dalvium-csi2.c511 dev_dbg(dev, "feature auto_exp: %u\n", alvium->avail_ft.auto_exp);
2099 if (alvium->avail_ft.auto_exp) {
2100 ctrls->auto_exp =
2105 v4l2_ctrl_auto_cluster(2, &ctrls->auto_exp, 1, true);
/linux-master/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c104 static int s5c73m3_set_exposure(struct s5c73m3 *state, int auto_exp) argument

Completed in 189 milliseconds