Lines Matching refs:v4l2_ctrl
97 struct v4l2_ctrl *auto_gain;
98 struct v4l2_ctrl *gain;
101 struct v4l2_ctrl *auto_wb;
102 struct v4l2_ctrl *blue_balance;
103 struct v4l2_ctrl *red_balance;
106 struct v4l2_ctrl *hflip;
107 struct v4l2_ctrl *vflip;
111 struct v4l2_ctrl *auto_exposure;
112 struct v4l2_ctrl *exposure;
116 struct v4l2_ctrl *saturation;
117 struct v4l2_ctrl *hue;
119 struct v4l2_ctrl *brightness;
120 struct v4l2_ctrl *contrast;
430 static int ov7740_get_gain(struct ov7740 *ov7740, struct v4l2_ctrl *ctrl) in ov7740_get_gain()
451 static int ov7740_get_exp(struct ov7740 *ov7740, struct v4l2_ctrl *ctrl) in ov7740_get_exp()
508 static int ov7740_get_volatile_ctrl(struct v4l2_ctrl *ctrl) in ov7740_get_volatile_ctrl()
528 static int ov7740_set_ctrl(struct v4l2_ctrl *ctrl) in ov7740_set_ctrl()