diff options
Diffstat (limited to 'drivers/media/video/cx23885/cx23885.h')
-rw-r--r-- | drivers/media/video/cx23885/cx23885.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h index 85642831ea8e..1a2ac518a3f1 100644 --- a/drivers/media/video/cx23885/cx23885.h +++ b/drivers/media/video/cx23885/cx23885.h | |||
@@ -71,6 +71,22 @@ | |||
71 | #define CX23885_BOARD_TEVII_S470 15 | 71 | #define CX23885_BOARD_TEVII_S470 15 |
72 | #define CX23885_BOARD_DVBWORLD_2005 16 | 72 | #define CX23885_BOARD_DVBWORLD_2005 16 |
73 | #define CX23885_BOARD_NETUP_DUAL_DVBS2_CI 17 | 73 | #define CX23885_BOARD_NETUP_DUAL_DVBS2_CI 17 |
74 | #define CX23885_BOARD_HAUPPAUGE_HVR1270 18 | ||
75 | #define CX23885_BOARD_HAUPPAUGE_HVR1275 19 | ||
76 | #define CX23885_BOARD_HAUPPAUGE_HVR1255 20 | ||
77 | #define CX23885_BOARD_HAUPPAUGE_HVR1210 21 | ||
78 | #define CX23885_BOARD_MYGICA_X8506 22 | ||
79 | |||
80 | #define GPIO_0 0x00000001 | ||
81 | #define GPIO_1 0x00000002 | ||
82 | #define GPIO_2 0x00000004 | ||
83 | #define GPIO_3 0x00000008 | ||
84 | #define GPIO_4 0x00000010 | ||
85 | #define GPIO_5 0x00000020 | ||
86 | #define GPIO_6 0x00000040 | ||
87 | #define GPIO_7 0x00000080 | ||
88 | #define GPIO_8 0x00000100 | ||
89 | #define GPIO_9 0x00000200 | ||
74 | 90 | ||
75 | /* Currently unsupported by the driver: PAL/H, NTSC/Kr, SECAM B/G/H/LC */ | 91 | /* Currently unsupported by the driver: PAL/H, NTSC/Kr, SECAM B/G/H/LC */ |
76 | #define CX23885_NORMS (\ | 92 | #define CX23885_NORMS (\ |
@@ -422,6 +438,11 @@ extern int cx23885_restart_queue(struct cx23885_tsport *port, | |||
422 | extern void cx23885_wakeup(struct cx23885_tsport *port, | 438 | extern void cx23885_wakeup(struct cx23885_tsport *port, |
423 | struct cx23885_dmaqueue *q, u32 count); | 439 | struct cx23885_dmaqueue *q, u32 count); |
424 | 440 | ||
441 | extern void cx23885_gpio_set(struct cx23885_dev *dev, u32 mask); | ||
442 | extern void cx23885_gpio_clear(struct cx23885_dev *dev, u32 mask); | ||
443 | extern void cx23885_gpio_enable(struct cx23885_dev *dev, u32 mask, | ||
444 | int asoutput); | ||
445 | |||
425 | 446 | ||
426 | /* ----------------------------------------------------------- */ | 447 | /* ----------------------------------------------------------- */ |
427 | /* cx23885-cards.c */ | 448 | /* cx23885-cards.c */ |