Searched refs:ov64a40_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | ov64a40.c | 3336 static const struct v4l2_ctrl_ops ov64a40_ctrl_ops = { variable 3352 v4l2_ctrl_new_std(hdlr, &ov64a40_ctrl_ops, V4L2_CID_PIXEL_RATE, in ov64a40_init_controls() 3357 v4l2_ctrl_new_int_menu(hdlr, &ov64a40_ctrl_ops, in ov64a40_init_controls() 3362 v4l2_ctrl_new_std_menu_items(hdlr, &ov64a40_ctrl_ops, in ov64a40_init_controls() 3369 ov64a40->exposure = v4l2_ctrl_new_std(hdlr, &ov64a40_ctrl_ops, in ov64a40_init_controls() 3375 ov64a40->hblank = v4l2_ctrl_new_std(hdlr, &ov64a40_ctrl_ops, in ov64a40_init_controls() 3383 ov64a40->vblank = v4l2_ctrl_new_std(hdlr, &ov64a40_ctrl_ops, in ov64a40_init_controls() 3387 v4l2_ctrl_new_std(hdlr, &ov64a40_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov64a40_init_controls() 3391 ov64a40->hflip = v4l2_ctrl_new_std(hdlr, &ov64a40_ctrl_ops, in ov64a40_init_controls() 3396 ov64a40->vflip = v4l2_ctrl_new_std(hdlr, &ov64a40_ctrl_ops, in ov64a40_init_controls() [all …]
|