Lines Matching refs:hdl
4894 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; in sd_init_controls() local
4896 gspca_dev->vdev.ctrl_handler = hdl; in sd_init_controls()
4897 v4l2_ctrl_handler_init(hdl, 10); in sd_init_controls()
4899 sd->brightness = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
4905 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
4908 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
4914 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
4919 gspca_dev->exposure = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
4922 sd->hflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
4924 sd->vflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
4928 sd->autobright = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
4931 gspca_dev->autogain = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
4935 sd->freq = v4l2_ctrl_new_std_menu(hdl, &sd_ctrl_ops, in sd_init_controls()
4940 sd->freq = v4l2_ctrl_new_std_menu(hdl, &sd_ctrl_ops, in sd_init_controls()
4945 sd->jpegqual = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
4949 if (hdl->error) { in sd_init_controls()
4951 return hdl->error; in sd_init_controls()