|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/string.h>#include "dvb_frontend.h"#include "stb6100.h"Go to the source code of this file.
Data Structures | |
| struct | stb6100_lkup |
| struct | stb6100_regmask |
Macros | |
| #define | FE_ERROR 0 |
| #define | FE_NOTICE 1 |
| #define | FE_INFO 2 |
| #define | FE_DEBUG 3 |
| #define | dprintk(x, y, z, format, arg...) |
Functions | |
| module_param (verbose, int, 0644) | |
| struct dvb_frontend * | stb6100_attach (struct dvb_frontend *fe, const struct stb6100_config *config, struct i2c_adapter *i2c) |
| EXPORT_SYMBOL (stb6100_attach) | |
| MODULE_PARM_DESC (verbose,"Set Verbosity level") | |
| MODULE_AUTHOR ("Manu Abraham") | |
| MODULE_DESCRIPTION ("STB6100 Silicon tuner") | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL | ( | stb6100_attach | ) |
| MODULE_AUTHOR | ( | "Manu Abraham" | ) |
| MODULE_DESCRIPTION | ( | "STB6100 Silicon tuner" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
|
read |
1.8.2