Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | anysee_state |
Macros | |
#define | DVB_USB_LOG_PREFIX "anysee" |
#define | ANYSEE_HW_507T 2 /* E30 */ |
#define | ANYSEE_HW_507CD 6 /* E30 Plus */ |
#define | ANYSEE_HW_507DC 10 /* E30 C Plus */ |
#define | ANYSEE_HW_507SI 11 /* E30 S2 Plus */ |
#define | ANYSEE_HW_507FA 15 /* E30 Combo Plus / E30 C Plus */ |
#define | ANYSEE_HW_508TC 18 /* E7 TC */ |
#define | ANYSEE_HW_508S2 19 /* E7 S2 */ |
#define | ANYSEE_HW_508T2C 20 /* E7 T2C */ |
#define | ANYSEE_HW_508PTC 21 /* E7 PTC Plus */ |
#define | ANYSEE_HW_508PS2 22 /* E7 PS2 Plus */ |
#define | REG_IOA 0x80 /* Port A (bit addressable) */ |
#define | REG_IOB 0x90 /* Port B (bit addressable) */ |
#define | REG_IOC 0xa0 /* Port C (bit addressable) */ |
#define | REG_IOD 0xb0 /* Port D (bit addressable) */ |
#define | REG_IOE 0xb1 /* Port E (NOT bit addressable) */ |
#define | REG_OEA 0xb2 /* Port A Output Enable */ |
#define | REG_OEB 0xb3 /* Port B Output Enable */ |
#define | REG_OEC 0xb4 /* Port C Output Enable */ |
#define | REG_OED 0xb5 /* Port D Output Enable */ |
#define | REG_OEE 0xb6 /* Port E Output Enable */ |
Enumerations | |
enum | cmd { CMD_I2C_READ = 0x33, CMD_I2C_WRITE = 0x31, CMD_REG_READ = 0xb0, CMD_REG_WRITE = 0xb1, CMD_STREAMING_CTRL = 0x12, CMD_LED_AND_IR_CTRL = 0x16, CMD_GET_IR_CODE = 0x41, CMD_GET_HW_INFO = 0x19, CMD_SMARTCARD = 0x34, CMD_CI = 0x37 } |
#define ANYSEE_HW_507FA 15 /* E30 Combo Plus / E30 C Plus */ |