Lines Matching refs:hdl
3706 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; in sd_init_controls() local
3742 gspca_dev->vdev.ctrl_handler = hdl; in sd_init_controls()
3743 v4l2_ctrl_handler_init(hdl, 8); in sd_init_controls()
3745 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3748 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3751 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3754 sd->hflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3756 sd->vflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3760 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3763 v4l2_ctrl_new_std_menu(hdl, &sd_ctrl_ops, in sd_init_controls()
3768 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3771 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3774 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3777 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
3780 if (hdl->error) { in sd_init_controls()
3782 return hdl->error; in sd_init_controls()