Lines Matching refs:hdl
334 struct v4l2_ctrl_handler *hdl = &sd->gspca_dev.ctrl_handler; in s5k4aa_init_controls() local
336 sd->gspca_dev.vdev.ctrl_handler = hdl; in s5k4aa_init_controls()
337 v4l2_ctrl_handler_init(hdl, 6); in s5k4aa_init_controls()
339 v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_BRIGHTNESS, in s5k4aa_init_controls()
342 v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_EXPOSURE, in s5k4aa_init_controls()
345 v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_GAIN, in s5k4aa_init_controls()
348 v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_SHARPNESS, in s5k4aa_init_controls()
351 sd->hflip = v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_HFLIP, in s5k4aa_init_controls()
353 sd->vflip = v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_VFLIP, in s5k4aa_init_controls()
356 if (hdl->error) { in s5k4aa_init_controls()
358 return hdl->error; in s5k4aa_init_controls()