Lines Matching refs:hdl
931 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; in sd_init_controls() local
950 gspca_dev->vdev.ctrl_handler = hdl; in sd_init_controls()
951 v4l2_ctrl_handler_init(hdl, 4); in sd_init_controls()
984 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
988 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
992 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
996 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
1000 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, V4L2_CID_GAIN, in sd_init_controls()
1004 sd->exposure = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
1008 sd->min_clockdiv = v4l2_ctrl_new_custom(hdl, &clockdiv, NULL); in sd_init_controls()
1010 if (hdl->error) { in sd_init_controls()
1012 return hdl->error; in sd_init_controls()