Home
last modified time | relevance | path

Searched refs:auto_gain (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/i2c/
H A Dov5640.c422 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 Dalvium-csi2.h298 u64 auto_gain:1; member
367 struct v4l2_ctrl *auto_gain; member
H A Dov7670.c219 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()