Searched refs:s5k83a_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/media/usb/gspca/m5602/ |
D | m5602_s5k83a.c | 26 static const struct v4l2_ctrl_ops s5k83a_ctrl_ops = { variable 272 v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_BRIGHTNESS, in s5k83a_init_controls() 275 v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_EXPOSURE, in s5k83a_init_controls() 279 v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_GAIN, in s5k83a_init_controls() 282 sd->hflip = v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_HFLIP, in s5k83a_init_controls() 284 sd->vflip = v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_VFLIP, in s5k83a_init_controls()
|