drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git] / drivers / media / pci / ivtv / ivtv-gpio.h
blob4ad817173f042e2bc9ea971868968efd82dc4905
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 gpio functions.
4 Copyright (C) 2004 Chris Kennedy <c@groovy.org>
5 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl>
7 */
9 #ifndef IVTV_GPIO_H
10 #define IVTV_GPIO_H
12 /* GPIO stuff */
13 int ivtv_gpio_init(struct ivtv *itv);
14 void ivtv_reset_ir_gpio(struct ivtv *itv);
15 int ivtv_reset_tuner_gpio(void *dev, int component, int cmd, int value);
17 #endif