Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/
Dov9650.c217 struct v4l2_ctrl *auto_gain; member
676 static int ov965x_set_gain(struct ov965x *ov965x, int auto_gain) in ov965x_set_gain() argument
686 if (ctrls->auto_gain->is_new) { in ov965x_set_gain()
690 if (ctrls->auto_gain->val) in ov965x_set_gain()
699 if (ctrls->gain->is_new && !auto_gain) { in ov965x_set_gain()
1016 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN, in ov965x_initialize_controls()
1049 v4l2_ctrl_auto_cluster(3, &ctrls->auto_gain, 0, true); in ov965x_initialize_controls()
Dov7670.c216 struct v4l2_ctrl *auto_gain; member
1601 info->auto_gain = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe()
1619 v4l2_ctrl_auto_cluster(2, &info->auto_gain, 0, true); in ov7670_probe()
Dadv7842.c1054 static void adv7842_set_gain(struct v4l2_subdev *sd, bool auto_gain, u16 gain_a, u16 gain_b, u16 ga… in adv7842_set_gain() argument
1061 if (auto_gain) { in adv7842_set_gain()
1070 __func__, auto_gain ? "Auto" : "Manual", in adv7842_set_gain()
Dadv7604.c1009 static void adv76xx_set_gain(struct v4l2_subdev *sd, bool auto_gain, u16 gain_a, u16 gain_b, u16 ga… in adv76xx_set_gain() argument
1016 if (auto_gain) { in adv76xx_set_gain()
1025 __func__, auto_gain ? "Auto" : "Manual", in adv76xx_set_gain()