Searched refs:ov01a10_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/i2c/ |
D | ov01a10.c | 515 static const struct v4l2_ctrl_ops ov01a10_ctrl_ops = { variable 543 &ov01a10_ctrl_ops, in ov01a10_init_controls() 550 ov01a10->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov01a10_ctrl_ops, in ov01a10_init_controls() 557 ov01a10->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov01a10_ctrl_ops, in ov01a10_init_controls() 562 ov01a10->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov01a10_ctrl_ops, in ov01a10_init_controls() 568 v4l2_ctrl_new_std(ctrl_hdlr, &ov01a10_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov01a10_init_controls() 571 v4l2_ctrl_new_std(ctrl_hdlr, &ov01a10_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov01a10_init_controls() 576 ov01a10->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &ov01a10_ctrl_ops, in ov01a10_init_controls() 583 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &ov01a10_ctrl_ops, in ov01a10_init_controls() 588 v4l2_ctrl_new_std(ctrl_hdlr, &ov01a10_ctrl_ops, V4L2_CID_HFLIP, in ov01a10_init_controls() [all …]
|