Go to the documentation of this file.
5 #include <linux/socket.h>
6 #include <linux/netdevice.h>
8 #include <linux/input.h>
10 #include <linux/dvb/video.h>
12 #include <linux/dvb/dmx.h>
37 #define ANALOG_TUNER_VES1820 1
38 #define ANALOG_TUNER_STV0297 2
42 #define dprintk(level,args...) \
43 do { if ((av7110_debug & level)) { printk("dvb-ttpci: %s(): ", __func__); printk(args); } } while (0)
64 #define MAX_VIDEO_EVENT 8
122 #define DVB_ADAC_TI 0
123 #define DVB_ADAC_CRYSTAL 1
124 #define DVB_ADAC_MSP34x0 2
125 #define DVB_ADAC_MSP34x5 3
126 #define DVB_ADAC_NONE -1
133 #define AVOUTLEN (128*1024)
135 #define AOUTLEN (64*1024)
137 #define BMPLEN (8*32768+1024)
145 #define BMP_LOADING 1
208 #define TRICK_FREEZE 3
300 #define MSP_WR_DEM 0x10
301 #define MSP_RD_DEM 0x11
302 #define MSP_WR_DSP 0x12
303 #define MSP_RD_DSP 0x13