|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/device.h>#include <linux/firmware.h>#include <linux/string.h>#include <linux/slab.h>#include <asm/byteorder.h>#include "dvb_math.h"#include "dvb_frontend.h"#include "or51211.h"Go to the source code of this file.
Data Structures | |
| struct | or51211_state |
Macros | |
| #define | OR51211_DEFAULT_FIRMWARE "dvb-fe-or51211.fw" |
| #define | dprintk(args...) |
Functions | |
| struct dvb_frontend * | or51211_attach (const struct or51211_config *config, struct i2c_adapter *i2c) |
| module_param (debug, int, 0644) | |
| MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).") | |
| MODULE_DESCRIPTION ("Oren OR51211 VSB [pcHDTV HD-2000] Demodulator Driver") | |
| MODULE_AUTHOR ("Kirk Lapray") | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL (or51211_attach) | |
| #define dprintk | ( | args... | ) |
| #define OR51211_DEFAULT_FIRMWARE "dvb-fe-or51211.fw" |
| EXPORT_SYMBOL | ( | or51211_attach | ) |
| MODULE_AUTHOR | ( | "Kirk Lapray" | ) |
| MODULE_DESCRIPTION | ( | "Oren OR51211 VSB Demodulator Driver" | [pcHDTV HD-2000] | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_PARM_DESC | ( | debug | , |
| "Turn on/off frontend debugging (default:off)." | |||
| ) |
|
read |
1.8.2