|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/module.h>#include <linux/device.h>#include <linux/firmware.h>#include <linux/string.h>#include <linux/slab.h>#include "dvb_frontend.h"#include "sp887x.h"Go to the source code of this file.
Data Structures | |
| struct | sp887x_state |
Macros | |
| #define | SP887X_DEFAULT_FIRMWARE "dvb-fe-sp887x.fw" |
| #define | dprintk(args...) |
| #define | BLOCKSIZE 30 |
| #define | FW_SIZE 0x4000 |
Functions | |
| struct dvb_frontend * | sp887x_attach (const struct sp887x_config *config, struct i2c_adapter *i2c) |
| module_param (debug, int, 0644) | |
| MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).") | |
| MODULE_DESCRIPTION ("Spase sp887x DVB-T demodulator driver") | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL (sp887x_attach) | |
| #define dprintk | ( | args... | ) |
| EXPORT_SYMBOL | ( | sp887x_attach | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_PARM_DESC | ( | debug | , |
| "Turn on/off frontend debugging (default:off)." | |||
| ) |
|
read |
1.8.2