Searched refs:ov2685_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | ov2685.c | 669 static const struct v4l2_ctrl_ops ov2685_ctrl_ops = { variable 706 ov2685->vblank = v4l2_ctrl_new_std(handler, &ov2685_ctrl_ops, in ov2685_initialize_controls() 712 ov2685->exposure = v4l2_ctrl_new_std(handler, &ov2685_ctrl_ops, in ov2685_initialize_controls() 717 ov2685->anal_gain = v4l2_ctrl_new_std(handler, &ov2685_ctrl_ops, in ov2685_initialize_controls() 723 &ov2685_ctrl_ops, V4L2_CID_TEST_PATTERN, in ov2685_initialize_controls() 732 ret = v4l2_ctrl_new_fwnode_properties(handler, &ov2685_ctrl_ops, &props); in ov2685_initialize_controls()
|