ivtv-controls.h 442 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. ioctl control functions
  4. Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com>
  5. Copyright (C) 2005-2007 Hans Verkuil <[email protected]>
  6. */
  7. #ifndef IVTV_CONTROLS_H
  8. #define IVTV_CONTROLS_H
  9. extern const struct cx2341x_handler_ops ivtv_cxhdl_ops;
  10. extern const struct v4l2_ctrl_ops ivtv_hdl_out_ops;
  11. int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame);
  12. #endif