Searched refs:ov7660_ctrl_ops (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/usb/gspca/m5602/ |
H A D | m5602_ov7660.c | 40 static const struct v4l2_ctrl_ops ov7660_ctrl_ops = { variable in typeref:struct:v4l2_ctrl_ops 131 v4l2_ctrl_new_std(hdl, &ov7660_ctrl_ops, V4L2_CID_AUTO_WHITE_BALANCE, ov7660_init_controls() 133 v4l2_ctrl_new_std_menu(hdl, &ov7660_ctrl_ops, ov7660_init_controls() 136 sd->autogain = v4l2_ctrl_new_std(hdl, &ov7660_ctrl_ops, ov7660_init_controls() 138 sd->gain = v4l2_ctrl_new_std(hdl, &ov7660_ctrl_ops, V4L2_CID_GAIN, 0, ov7660_init_controls() 141 sd->hflip = v4l2_ctrl_new_std(hdl, &ov7660_ctrl_ops, V4L2_CID_HFLIP, ov7660_init_controls() 143 sd->vflip = v4l2_ctrl_new_std(hdl, &ov7660_ctrl_ops, V4L2_CID_VFLIP, ov7660_init_controls()
|
Completed in 131 milliseconds