ivtv-gpio.h 413 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. gpio functions.
  4. Copyright (C) 2004 Chris Kennedy <[email protected]>
  5. Copyright (C) 2005-2007 Hans Verkuil <[email protected]>
  6. */
  7. #ifndef IVTV_GPIO_H
  8. #define IVTV_GPIO_H
  9. /* GPIO stuff */
  10. int ivtv_gpio_init(struct ivtv *itv);
  11. void ivtv_reset_ir_gpio(struct ivtv *itv);
  12. int ivtv_reset_tuner_gpio(void *dev, int component, int cmd, int value);
  13. #endif