Lines Matching refs:v4l2_ctrl
146 struct v4l2_ctrl *autoexposure;
147 struct v4l2_ctrl *exposure;
151 struct v4l2_ctrl *autogain;
152 struct v4l2_ctrl *gain;
154 struct v4l2_ctrl *hblank;
155 struct v4l2_ctrl *vblank;
521 static int mt9v022_g_volatile_ctrl(struct v4l2_ctrl *ctrl) in mt9v022_g_volatile_ctrl()
527 struct v4l2_ctrl *gain = mt9v022->gain; in mt9v022_g_volatile_ctrl()
528 struct v4l2_ctrl *exp = mt9v022->exposure; in mt9v022_g_volatile_ctrl()
565 static int mt9v022_s_ctrl(struct v4l2_ctrl *ctrl) in mt9v022_s_ctrl()
595 struct v4l2_ctrl *gain = mt9v022->gain; in mt9v022_s_ctrl()
622 struct v4l2_ctrl *exp = mt9v022->exposure; in mt9v022_s_ctrl()