Lines Matching defs:auto_gain
423 struct v4l2_ctrl *auto_gain;
2326 bool auto_gain = sensor->ctrls.auto_gain->val == 1;
2334 if (auto_gain) {
2371 if (auto_gain)
2401 if (auto_gain)
3203 static int ov5640_set_ctrl_gain(struct ov5640_dev *sensor, bool auto_gain)
3208 if (ctrls->auto_gain->is_new) {
3209 ret = ov5640_set_autogain(sensor, auto_gain);
3214 if (!auto_gain && ctrls->gain->is_new)
3486 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN,
3535 v4l2_ctrl_auto_cluster(2, &ctrls->auto_gain, 0, true);