Lines Matching refs:hdl
1814 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; in sd_init_controls() local
1830 gspca_dev->vdev.ctrl_handler = hdl; in sd_init_controls()
1831 v4l2_ctrl_handler_init(hdl, 7); in sd_init_controls()
1832 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
1834 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
1836 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
1838 sd->freq = v4l2_ctrl_new_std_menu(hdl, &sd_ctrl_ops, in sd_init_controls()
1843 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
1846 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
1850 v4l2_ctrl_new_custom(hdl, &comp_target, NULL); in sd_init_controls()
1852 if (hdl->error) { in sd_init_controls()
1854 return hdl->error; in sd_init_controls()