Lines Matching refs:hdl
2991 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; in sd_init_controls() local
3023 gspca_dev->vdev.ctrl_handler = hdl; in sd_init_controls()
3024 v4l2_ctrl_handler_init(hdl, 5); in sd_init_controls()
3026 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3029 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3032 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3035 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3038 sd->lighting = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3041 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3044 if (hdl->error) { in sd_init_controls()
3046 return hdl->error; in sd_init_controls()