Searched refs:mars_ctrl_ops (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/media/usb/gspca/ | 
| D | mars.c | 198 static const struct v4l2_ctrl_ops mars_ctrl_ops = {  variable 210 	sd->brightness = v4l2_ctrl_new_std(hdl, &mars_ctrl_ops,  in sd_init_controls() 212 	sd->saturation = v4l2_ctrl_new_std(hdl, &mars_ctrl_ops,  in sd_init_controls() 214 	sd->gamma = v4l2_ctrl_new_std(hdl, &mars_ctrl_ops,  in sd_init_controls() 216 	sd->sharpness = v4l2_ctrl_new_std(hdl, &mars_ctrl_ops,  in sd_init_controls() 218 	sd->illum_top = v4l2_ctrl_new_std(hdl, &mars_ctrl_ops,  in sd_init_controls() 221 	sd->illum_bottom = v4l2_ctrl_new_std(hdl, &mars_ctrl_ops,  in sd_init_controls()
  |