Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
dib3000mb.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/string.h>
#include <linux/slab.h>
#include "dvb_frontend.h"
#include "dib3000.h"
#include "dib3000mb_priv.h"

Go to the source code of this file.

Macros

#define DRIVER_VERSION   "0.1"
 
#define DRIVER_DESC   "DiBcom 3000M-B DVB-T demodulator"
 
#define DRIVER_AUTHOR   "Patrick Boettcher, [email protected]"
 
#define deb_info(args...)   dprintk(0x01,args)
 
#define deb_i2c(args...)   dprintk(0x02,args)
 
#define deb_srch(args...)   dprintk(0x04,args)
 
#define deb_info(args...)   dprintk(0x01,args)
 
#define deb_xfer(args...)   dprintk(0x02,args)
 
#define deb_setf(args...)   dprintk(0x04,args)
 
#define deb_getf(args...)   dprintk(0x08,args)
 

Functions

 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"set debugging level (1=info,2=xfer,4=setfe,8=getfe (|-able)).")
 
struct dvb_frontenddib3000mb_attach (const struct dib3000_config *config, struct i2c_adapter *i2c, struct dib_fe_xfer_ops *xfer_ops)
 
 MODULE_AUTHOR (DRIVER_AUTHOR)
 
 MODULE_DESCRIPTION (DRIVER_DESC)
 
 MODULE_LICENSE ("GPL")
 
 EXPORT_SYMBOL (dib3000mb_attach)
 

Macro Definition Documentation

#define deb_getf (   args...)    dprintk(0x08,args)

Definition at line 51 of file dib3000mb.c.

#define deb_i2c (   args...)    dprintk(0x02,args)

Definition at line 46 of file dib3000mb.c.

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

Definition at line 48 of file dib3000mb.c.

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

Definition at line 48 of file dib3000mb.c.

#define deb_setf (   args...)    dprintk(0x04,args)

Definition at line 50 of file dib3000mb.c.

#define deb_srch (   args...)    dprintk(0x04,args)

Definition at line 47 of file dib3000mb.c.

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

Definition at line 49 of file dib3000mb.c.

#define DRIVER_AUTHOR   "Patrick Boettcher, [email protected]"

Definition at line 39 of file dib3000mb.c.

#define DRIVER_DESC   "DiBcom 3000M-B DVB-T demodulator"

Definition at line 38 of file dib3000mb.c.

#define DRIVER_VERSION   "0.1"

Definition at line 37 of file dib3000mb.c.

Function Documentation

struct dvb_frontend* dib3000mb_attach ( const struct dib3000_config config,
struct i2c_adapter i2c,
struct dib_fe_xfer_ops xfer_ops 
)
read

Definition at line 754 of file dib3000mb.c.

EXPORT_SYMBOL ( dib3000mb_attach  )
MODULE_AUTHOR ( DRIVER_AUTHOR  )
MODULE_DESCRIPTION ( DRIVER_DESC  )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"set debugging level (1=info,2=xfer,4=setfe,8=getfe (|-able))."   
)