Lines Matching defs:auto_gain
211 struct v4l2_ctrl *auto_gain;
1737 bool auto_gain = sensor->ctrls.auto_gain->val == 1;
1746 if (auto_gain) {
1792 if (auto_gain)
1822 if (auto_gain)
2524 static int ov5640_set_ctrl_gain(struct ov5640_dev *sensor, bool auto_gain)
2529 if (ctrls->auto_gain->is_new) {
2530 ret = ov5640_set_autogain(sensor, auto_gain);
2535 if (!auto_gain && ctrls->gain->is_new)
2749 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN,
2785 v4l2_ctrl_auto_cluster(2, &ctrls->auto_gain, 0, true);