18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci gpio functions. 48c2ecf20Sopenharmony_ci Copyright (C) 2004 Chris Kennedy <c@groovy.org> 58c2ecf20Sopenharmony_ci Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl> 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci */ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#ifndef IVTV_GPIO_H 108c2ecf20Sopenharmony_ci#define IVTV_GPIO_H 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci/* GPIO stuff */ 138c2ecf20Sopenharmony_ciint ivtv_gpio_init(struct ivtv *itv); 148c2ecf20Sopenharmony_civoid ivtv_reset_ir_gpio(struct ivtv *itv); 158c2ecf20Sopenharmony_ciint ivtv_reset_tuner_gpio(void *dev, int component, int cmd, int value); 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#endif 18