|
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 <linux/delay.h>#include "dvb_frontend.h"#include "s5h1432.h"Go to the source code of this file.
Data Structures | |
| struct | s5h1432_state |
Macros | |
| #define | dprintk(arg...) |
Functions | |
| struct dvb_frontend * | s5h1432_attach (const struct s5h1432_config *config, struct i2c_adapter *i2c) |
| EXPORT_SYMBOL (s5h1432_attach) | |
| module_param (debug, int, 0644) | |
| MODULE_PARM_DESC (debug,"Enable verbose debug messages") | |
| MODULE_DESCRIPTION ("Samsung s5h1432 DVB-T Demodulator driver") | |
| MODULE_AUTHOR ("Bill Liu") | |
| MODULE_LICENSE ("GPL") | |
| #define dprintk | ( | arg... | ) |
| EXPORT_SYMBOL | ( | s5h1432_attach | ) |
| MODULE_AUTHOR | ( | "Bill Liu" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
|
read |
1.8.2