Go to the documentation of this file.
41 static struct tda10071_modcod {
46 } TDA10071_MODCOD[] = {
80 #define TDA10071_FIRMWARE "dvb-fe-tda10071.fw"
83 #define CMD_DEMOD_INIT 0x10
84 #define CMD_CHANGE_CHANNEL 0x11
85 #define CMD_MPEG_CONFIG 0x13
86 #define CMD_TUNER_INIT 0x15
87 #define CMD_GET_AGCACC 0x1a
89 #define CMD_LNB_CONFIG 0x20
90 #define CMD_LNB_SEND_DISEQC 0x21
91 #define CMD_LNB_SET_DC_LEVEL 0x22
92 #define CMD_LNB_PCB_CONFIG 0x23
93 #define CMD_LNB_SEND_TONEBURST 0x24
94 #define CMD_LNB_UPDATE_REPLY 0x25
96 #define CMD_GET_FW_VERSION 0x35
97 #define CMD_SET_SLEEP_MODE 0x36
98 #define CMD_BER_CONTROL 0x3e
99 #define CMD_BER_UPDATE_COUNTERS 0x3f
102 #define TDA10071_ARGLEN 30