Searched refs:ov4689_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/media/i2c/ |
| H A D | ov4689.c | 711 static const struct v4l2_ctrl_ops ov4689_ctrl_ops = { variable 742 v4l2_ctrl_new_std(handler, &ov4689_ctrl_ops, V4L2_CID_HBLANK, in ov4689_initialize_controls() 747 v4l2_ctrl_new_std(handler, &ov4689_ctrl_ops, V4L2_CID_VBLANK, in ov4689_initialize_controls() 753 v4l2_ctrl_new_std(handler, &ov4689_ctrl_ops, V4L2_CID_EXPOSURE, in ov4689_initialize_controls() 757 v4l2_ctrl_new_std(handler, &ov4689_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov4689_initialize_controls() 763 v4l2_ctrl_new_std_menu_items(handler, &ov4689_ctrl_ops, in ov4689_initialize_controls() 768 v4l2_ctrl_new_std(handler, &ov4689_ctrl_ops, V4L2_CID_VFLIP, 0, 1, 1, 0); in ov4689_initialize_controls() 771 v4l2_ctrl_new_std(handler, &ov4689_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov4689_initialize_controls() 775 v4l2_ctrl_new_std(handler, &ov4689_ctrl_ops, V4L2_CID_RED_BALANCE, in ov4689_initialize_controls() 779 v4l2_ctrl_new_std(handler, &ov4689_ctrl_ops, V4L2_CID_BLUE_BALANCE, in ov4689_initialize_controls() [all …]
|