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