Lines Matching refs:ov4689_ctrl_ops
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()
769 v4l2_ctrl_new_std(handler, &ov4689_ctrl_ops, V4L2_CID_HFLIP, 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()
793 ret = v4l2_ctrl_new_fwnode_properties(handler, &ov4689_ctrl_ops, in ov4689_initialize_controls()