|
Linux Kernel
3.7.1
|
#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_frontend * | dib3000mb_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) | |
| #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.
|
read |
Definition at line 754 of file dib3000mb.c.
| EXPORT_SYMBOL | ( | dib3000mb_attach | ) |
| MODULE_AUTHOR | ( | DRIVER_AUTHOR | ) |
| MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2