Lines Matching refs:hdl
2997 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; in sd_init_controls() local
3029 gspca_dev->vdev.ctrl_handler = hdl; in sd_init_controls()
3030 v4l2_ctrl_handler_init(hdl, 5); 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 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 sd->lighting = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3047 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3050 if (hdl->error) { in sd_init_controls()
3052 return hdl->error; in sd_init_controls()