|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/module.h>#include <linux/string.h>#include <linux/slab.h>#include "dvb_frontend.h"#include "cx22700.h"Go to the source code of this file.
Data Structures | |
| struct | cx22700_state |
Macros | |
| #define | dprintk(args...) |
Functions | |
| struct dvb_frontend * | cx22700_attach (const struct cx22700_config *config, struct i2c_adapter *i2c) |
| module_param (debug, int, 0644) | |
| MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).") | |
| MODULE_DESCRIPTION ("Conexant CX22700 DVB-T Demodulator driver") | |
| MODULE_AUTHOR ("Holger Waechtler") | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL (cx22700_attach) | |
| #define dprintk | ( | args... | ) |
|
read |
| EXPORT_SYMBOL | ( | cx22700_attach | ) |
| MODULE_AUTHOR | ( | "Holger Waechtler" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_PARM_DESC | ( | debug | , |
| "Turn on/off frontend debugging (default:off)." | |||
| ) |
1.8.2