Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
m920x.h File Reference
#include "dvb-usb.h"

Go to the source code of this file.

Data Structures

struct  m920x_state
 
struct  m920x_inits
 

Macros

#define DVB_USB_LOG_PREFIX   "m920x"
 
#define deb(args...)   dprintk(dvb_usb_m920x_debug,0x01,args)
 
#define M9206_CORE   0x22
 
#define M9206_RC_STATE   0xff51
 
#define M9206_RC_KEY   0xff52
 
#define M9206_RC_INIT1   0xff54
 
#define M9206_RC_INIT2   0xff55
 
#define M9206_FW_GO   0xff69
 
#define M9206_I2C   0x23
 
#define M9206_FILTER   0x25
 
#define M9206_FW   0x30
 
#define M9206_MAX_FILTERS   8
 
#define M9206_MAX_ADAPTERS   4
 

Macro Definition Documentation

#define deb (   args...)    dprintk(dvb_usb_m920x_debug,0x01,args)

Definition at line 7 of file m920x.h.

#define DVB_USB_LOG_PREFIX   "m920x"

Definition at line 4 of file m920x.h.

#define M9206_CORE   0x22

Definition at line 9 of file m920x.h.

#define M9206_FILTER   0x25

Definition at line 17 of file m920x.h.

#define M9206_FW   0x30

Definition at line 18 of file m920x.h.

#define M9206_FW_GO   0xff69

Definition at line 14 of file m920x.h.

#define M9206_I2C   0x23

Definition at line 16 of file m920x.h.

#define M9206_MAX_ADAPTERS   4

Definition at line 21 of file m920x.h.

#define M9206_MAX_FILTERS   8

Definition at line 20 of file m920x.h.

#define M9206_RC_INIT1   0xff54

Definition at line 12 of file m920x.h.

#define M9206_RC_INIT2   0xff55

Definition at line 13 of file m920x.h.

#define M9206_RC_KEY   0xff52

Definition at line 11 of file m920x.h.

#define M9206_RC_STATE   0xff51

Definition at line 10 of file m920x.h.