Lines Matching refs:hdl
6411 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; in sd_init_controls() local
6434 gspca_dev->vdev.ctrl_handler = hdl; in sd_init_controls()
6435 v4l2_ctrl_handler_init(hdl, 8); in sd_init_controls()
6436 sd->brightness = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls()
6438 sd->contrast = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls()
6440 sd->gamma = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls()
6443 sd->exposure = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls()
6445 sd->autogain = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls()
6448 sd->plfreq = v4l2_ctrl_new_std_menu(hdl, &zcxx_ctrl_ops, in sd_init_controls()
6452 sd->sharpness = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls()
6455 sd->jpegqual = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls()
6459 if (hdl->error) { in sd_init_controls()
6461 return hdl->error; in sd_init_controls()