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

Go to the source code of this file.

Macros

#define deb_info(args...)   dprintk(dvb_usb_vp7045_debug,0x01,args)
 
#define deb_xfer(args...)   dprintk(dvb_usb_vp7045_debug,0x02,args)
 
#define deb_rc(args...)   dprintk(dvb_usb_vp7045_debug,0x04,args)
 

Functions

 module_param_named (debug, dvb_usb_vp7045_debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"set debugging level (1=info,xfer=2,rc=4 (or-able))."DVB_USB_DEBUG_STATUS)
 
 DVB_DEFINE_MOD_OPT_ADAPTER_NR (adapter_nr)
 
int vp7045_usb_op (struct dvb_usb_device *d, u8 cmd, u8 *out, int outlen, u8 *in, int inlen, int msec)
 
u8 vp7045_read_reg (struct dvb_usb_device *d, u8 reg)
 
 MODULE_DEVICE_TABLE (usb, vp7045_usb_table)
 
 module_usb_driver (vp7045_usb_driver)
 
 MODULE_AUTHOR ("Patrick Boettcher <[email protected]>")
 
 MODULE_DESCRIPTION ("Driver for Twinhan MagicBox/Alpha and DNTV tinyUSB2 DVB-T USB2.0")
 
 MODULE_VERSION ("1.0")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

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

Definition at line 24 of file vp7045.c.

#define deb_rc (   args...)    dprintk(dvb_usb_vp7045_debug,0x04,args)

Definition at line 26 of file vp7045.c.

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

Definition at line 25 of file vp7045.c.

Function Documentation

DVB_DEFINE_MOD_OPT_ADAPTER_NR ( adapter_nr  )
MODULE_AUTHOR ( "Patrick Boettcher <[email protected]>"  )
MODULE_DESCRIPTION ( "Driver for Twinhan MagicBox/Alpha and DNTV tinyUSB2 DVB-T USB2.0"  )
MODULE_DEVICE_TABLE ( usb  ,
vp7045_usb_table   
)
MODULE_LICENSE ( "GPL"  )
module_param_named ( debug  ,
dvb_usb_vp7045_debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"set debugging level (1=info,xfer=2,rc=4 (or-able))."  DVB_USB_DEBUG_STATUS 
)
module_usb_driver ( vp7045_usb_driver  )
MODULE_VERSION ( "1.0"  )
u8 vp7045_read_reg ( struct dvb_usb_device d,
u8  reg 
)

Definition at line 84 of file vp7045.c.

int vp7045_usb_op ( struct dvb_usb_device d,
u8  cmd,
u8 out,
int  outlen,
u8 in,
int  inlen,
int  msec 
)

Definition at line 28 of file vp7045.c.