Lines Matching refs:hdl
1754 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; in sd_init_controls() local
1760 gspca_dev->vdev.ctrl_handler = hdl; in sd_init_controls()
1761 v4l2_ctrl_handler_init(hdl, 7); in sd_init_controls()
1763 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
1766 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
1768 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
1770 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
1773 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
1775 gspca_dev->autogain = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
1777 gspca_dev->exposure = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
1779 v4l2_ctrl_new_std_menu(hdl, &sd_ctrl_ops, in sd_init_controls()
1785 if (hdl->error) { in sd_init_controls()
1787 return hdl->error; in sd_init_controls()