Lines Matching refs:hdl
118 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; in sd_init_controls() local
120 gspca_dev->vdev.ctrl_handler = hdl; in sd_init_controls()
121 v4l2_ctrl_handler_init(hdl, 11); in sd_init_controls()
124 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, V4L2_CID_BRIGHTNESS, in sd_init_controls()
129 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, V4L2_CID_CONTRAST, in sd_init_controls()
134 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, V4L2_CID_SATURATION, in sd_init_controls()
139 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, V4L2_CID_HUE, in sd_init_controls()
143 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, V4L2_CID_GAMMA, in sd_init_controls()
147 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, V4L2_CID_HFLIP, in sd_init_controls()
151 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, V4L2_CID_VFLIP, in sd_init_controls()
155 v4l2_ctrl_new_std_menu(hdl, &sd_ctrl_ops, in sd_init_controls()
160 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
165 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, V4L2_CID_SHARPNESS, in sd_init_controls()
170 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
175 if (hdl->error) { in sd_init_controls()
177 return hdl->error; in sd_init_controls()