Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
ce6230.h File Reference
#include "dvb_usb.h"
#include "zl10353.h"
#include "mxl5005s.h"

Go to the source code of this file.

Data Structures

struct  usb_req
 

Macros

#define CE6230_USB_TIMEOUT   1000
 

Enumerations

enum  ce6230_cmd {
  CONFIG_READ = 0xd0, UNKNOWN_WRITE = 0xc7, I2C_READ = 0xd9, I2C_WRITE = 0xca,
  DEMOD_READ = 0xdb, DEMOD_WRITE = 0xcc, REG_READ = 0xde, REG_WRITE = 0xcf
}
 

Macro Definition Documentation

#define CE6230_USB_TIMEOUT   1000

Definition at line 29 of file ce6230.h.

Enumeration Type Documentation

enum ce6230_cmd
Enumerator:
CONFIG_READ 
UNKNOWN_WRITE 
I2C_READ 
I2C_WRITE 
DEMOD_READ 
DEMOD_WRITE 
REG_READ 
REG_WRITE 

Definition at line 39 of file ce6230.h.