Searched refs:zcxx_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/usb/gspca/ |
H A D | zc3xx.c | 6410 static const struct v4l2_ctrl_ops zcxx_ctrl_ops = { variable 6443 sd->brightness = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls() 6445 sd->contrast = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls() 6447 sd->gamma = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls() 6450 sd->exposure = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls() 6453 sd->exposure = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls() 6455 sd->autogain = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls() 6458 sd->plfreq = v4l2_ctrl_new_std_menu(hdl, &zcxx_ctrl_ops, in sd_init_controls() 6462 sd->sharpness = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls() 6465 sd->jpegqual = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, in sd_init_controls()
|