bt819.h 515 B

123456789101112131415161718192021222324
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. bt819.h - bt819 notifications
  4. Copyright (C) 2009 Hans Verkuil ([email protected])
  5. */
  6. #ifndef _BT819_H_
  7. #define _BT819_H_
  8. #include <linux/ioctl.h>
  9. /* v4l2_device notifications. */
  10. /* Needed to reset the FIFO buffer when changing the input
  11. or the video standard.
  12. Note: these ioctls that internal to the kernel and are never called
  13. from userspace. */
  14. #define BT819_FIFO_RESET_LOW _IO('b', 0)
  15. #define BT819_FIFO_RESET_HIGH _IO('b', 1)
  16. #endif