Searched refs:auto_gain (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dalvium-csi2.h292 u64 auto_gain:1; member in struct:alvium_avail_feat
361 struct v4l2_ctrl *auto_gain; member in struct:alvium_ctrls
H A Dov9650.c216 struct v4l2_ctrl *auto_gain; member in struct:ov965x_ctrls::__anon1096
671 static int ov965x_set_gain(struct ov965x *ov965x, int auto_gain) argument
680 if (ctrls->auto_gain->is_new) {
684 if (ctrls->auto_gain->val)
693 if (ctrls->gain->is_new && !auto_gain) {
1016 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_AUTOGAIN,
1050 v4l2_ctrl_auto_cluster(2, &ctrls->auto_gain, 0, true);
H A Dov7740.c95 struct v4l2_ctrl *auto_gain; member in struct:ov7740::__anon1085
976 ov7740->auto_gain = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops,
989 v4l2_ctrl_auto_cluster(2, &ov7740->auto_gain, 0, true);
H A Dov5640.c423 struct v4l2_ctrl *auto_gain; member in struct:ov5640_ctrls::__anon1076
2326 bool auto_gain = sensor->ctrls.auto_gain->val == 1; local
2334 if (auto_gain) {
2371 if (auto_gain)
2401 if (auto_gain)
3202 static int ov5640_set_ctrl_gain(struct ov5640_dev *sensor, bool auto_gain) argument
3207 if (ctrls->auto_gain->is_new) {
3208 ret = ov5640_set_autogain(sensor, auto_gain);
3213 if (!auto_gain
[all...]
H A Dov7670.c220 struct v4l2_ctrl *auto_gain; member in struct:ov7670_info::__anon1081
1925 info->auto_gain = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops,
1946 v4l2_ctrl_auto_cluster(2, &info->auto_gain, 0, true);
H A Dalvium-csi2.c512 dev_dbg(dev, "feature auto_gain: %u\n", alvium->avail_ft.auto_gain);
2117 if (alvium->avail_ft.auto_gain) {
2118 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops,
2121 v4l2_ctrl_auto_cluster(2, &ctrls->auto_gain, 0, true);
H A Dadv7842.c1130 static void adv7842_set_gain(struct v4l2_subdev *sd, bool auto_gain, u16 gain_a, u16 gain_b, u16 gain_c) argument
1137 if (auto_gain) {
1146 __func__, auto_gain ? "Auto" : "Manual",
H A Dadv7604.c1079 static void adv76xx_set_gain(struct v4l2_subdev *sd, bool auto_gain, u16 gain_a, u16 gain_b, u16 gain_c) argument
1086 if (auto_gain) {
1095 __func__, auto_gain ? "Auto" : "Manual",

Completed in 151 milliseconds