Searched refs:zcxx_ctrl_ops (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/media/usb/gspca/ | 
| D | zc3xx.c | 6403 static const struct v4l2_ctrl_ops zcxx_ctrl_ops = {  variable 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()
  |