Lines Matching refs:hdl
442 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; in sd_init_controls() local
453 gspca_dev->vdev.ctrl_handler = hdl; in sd_init_controls()
454 v4l2_ctrl_handler_init(hdl, 6); in sd_init_controls()
455 sd->freq = v4l2_ctrl_new_std_menu(hdl, &sd_ctrl_ops, in sd_init_controls()
459 v4l2_ctrl_new_custom(hdl, &custom_autogain, NULL); in sd_init_controls()
460 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
462 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
464 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
466 sd->jpegqual = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
470 if (hdl->error) { in sd_init_controls()
472 return hdl->error; in sd_init_controls()