Lines Matching refs:v4l2_ctrl
95 struct v4l2_ctrl *auto_gain;
96 struct v4l2_ctrl *gain;
99 struct v4l2_ctrl *auto_wb;
100 struct v4l2_ctrl *blue_balance;
101 struct v4l2_ctrl *red_balance;
104 struct v4l2_ctrl *hflip;
105 struct v4l2_ctrl *vflip;
109 struct v4l2_ctrl *auto_exposure;
110 struct v4l2_ctrl *exposure;
114 struct v4l2_ctrl *saturation;
115 struct v4l2_ctrl *hue;
117 struct v4l2_ctrl *brightness;
118 struct v4l2_ctrl *contrast;
427 static int ov7740_get_gain(struct ov7740 *ov7740, struct v4l2_ctrl *ctrl) in ov7740_get_gain()
448 static int ov7740_get_exp(struct ov7740 *ov7740, struct v4l2_ctrl *ctrl) in ov7740_get_exp()
505 static int ov7740_get_volatile_ctrl(struct v4l2_ctrl *ctrl) in ov7740_get_volatile_ctrl()
525 static int ov7740_set_ctrl(struct v4l2_ctrl *ctrl) in ov7740_set_ctrl()