Searched refs:auto_gain (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | ov5640.c | 422 struct v4l2_ctrl *auto_gain; member 2326 bool auto_gain = sensor->ctrls.auto_gain->val == 1; in ov5640_set_mode() local 2334 if (auto_gain) { in ov5640_set_mode() 2371 if (auto_gain) in ov5640_set_mode() 2401 if (auto_gain) in ov5640_set_mode() 3202 static int ov5640_set_ctrl_gain(struct ov5640_dev *sensor, bool auto_gain) in ov5640_set_ctrl_gain() argument 3207 if (ctrls->auto_gain->is_new) { in ov5640_set_ctrl_gain() 3208 ret = ov5640_set_autogain(sensor, auto_gain); in ov5640_set_ctrl_gain() 3213 if (!auto_gain && ctrls->gain->is_new) in ov5640_set_ctrl_gain() 3483 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN, in ov5640_init_controls() [all …]
|
| H A D | alvium-csi2.h | 298 u64 auto_gain:1; member 367 struct v4l2_ctrl *auto_gain; member
|
| H A D | ov7670.c | 219 struct v4l2_ctrl *auto_gain; member 1924 info->auto_gain = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe() 1945 v4l2_ctrl_auto_cluster(2, &info->auto_gain, 0, true); in ov7670_probe()
|