Searched refs:sc2232_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | sc2232.c | 1263 static const struct v4l2_ctrl_ops sc2232_ctrl_ops = { variable 1302 sc2232->vblank = v4l2_ctrl_new_std(handler, &sc2232_ctrl_ops, in sc2232_initialize_controls() 1308 sc2232->exposure = v4l2_ctrl_new_std(handler, &sc2232_ctrl_ops, in sc2232_initialize_controls() 1313 sc2232->anal_gain = v4l2_ctrl_new_std(handler, &sc2232_ctrl_ops, in sc2232_initialize_controls() 1318 v4l2_ctrl_new_std(handler, &sc2232_ctrl_ops, V4L2_CID_HFLIP, 0, 1, 1, 0); in sc2232_initialize_controls() 1319 v4l2_ctrl_new_std(handler, &sc2232_ctrl_ops, V4L2_CID_VFLIP, 0, 1, 1, 0); in sc2232_initialize_controls()
|