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

Go to the source code of this file.

Macros

#define DVB_USB_LOG_PREFIX   "dtt200u"
 
#define deb_info(args...)   dprintk(dvb_usb_dtt200u_debug,0x01,args)
 
#define deb_xfer(args...)   dprintk(dvb_usb_dtt200u_debug,0x02,args)
 
#define GET_SPEED   0x00
 
#define GET_TUNE_STATUS   0x81
 
#define GET_RC_CODE   0x84
 
#define GET_CONFIGURATION   0x88
 
#define GET_AGC   0x89
 
#define GET_SNR   0x8a
 
#define GET_VIT_ERR_CNT   0x8c
 
#define GET_RS_ERR_CNT   0x8d
 
#define GET_RS_UNCOR_BLK_CNT   0x8e
 
#define SET_INIT   0x01
 
#define SET_RF_FREQ   0x02
 
#define SET_BANDWIDTH   0x03
 
#define SET_PID_FILTER   0x04
 
#define RESET_PID_FILTER   0x05
 
#define SET_STREAMING   0x08
 

Functions

struct dvb_frontenddtt200u_fe_attach (struct dvb_usb_device *d)
 

Variables

int dvb_usb_dtt200u_debug
 

Macro Definition Documentation

#define deb_info (   args...)    dprintk(dvb_usb_dtt200u_debug,0x01,args)

Definition at line 20 of file dtt200u.h.

#define deb_xfer (   args...)    dprintk(dvb_usb_dtt200u_debug,0x02,args)

Definition at line 21 of file dtt200u.h.

#define DVB_USB_LOG_PREFIX   "dtt200u"

Definition at line 15 of file dtt200u.h.

#define GET_AGC   0x89

Definition at line 33 of file dtt200u.h.

#define GET_CONFIGURATION   0x88

Definition at line 32 of file dtt200u.h.

#define GET_RC_CODE   0x84

Definition at line 31 of file dtt200u.h.

#define GET_RS_ERR_CNT   0x8d

Definition at line 36 of file dtt200u.h.

#define GET_RS_UNCOR_BLK_CNT   0x8e

Definition at line 37 of file dtt200u.h.

#define GET_SNR   0x8a

Definition at line 34 of file dtt200u.h.

#define GET_SPEED   0x00

Definition at line 29 of file dtt200u.h.

#define GET_TUNE_STATUS   0x81

Definition at line 30 of file dtt200u.h.

#define GET_VIT_ERR_CNT   0x8c

Definition at line 35 of file dtt200u.h.

#define RESET_PID_FILTER   0x05

Definition at line 52 of file dtt200u.h.

#define SET_BANDWIDTH   0x03

Definition at line 50 of file dtt200u.h.

#define SET_INIT   0x01

Definition at line 48 of file dtt200u.h.

#define SET_PID_FILTER   0x04

Definition at line 51 of file dtt200u.h.

#define SET_RF_FREQ   0x02

Definition at line 49 of file dtt200u.h.

#define SET_STREAMING   0x08

Definition at line 53 of file dtt200u.h.

Function Documentation

struct dvb_frontend* dtt200u_fe_attach ( struct dvb_usb_device d)
read

Definition at line 158 of file dtt200u-fe.c.

Variable Documentation

int dvb_usb_dtt200u_debug

Definition at line 17 of file dtt200u.c.