|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/string.h>#include "dvb_frontend.h"#include "nxt200x.h"Go to the source code of this file.
Data Structures | |
| struct | nxt200x_state |
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
| #define | NXT2002_DEFAULT_FIRMWARE "dvb-fe-nxt2002.fw" |
| #define | NXT2004_DEFAULT_FIRMWARE "dvb-fe-nxt2004.fw" |
| #define | CRC_CCIT_MASK 0x1021 |
| #define | dprintk(args...) do { if (debug) pr_debug(args); } while (0) |
Functions | |
| struct dvb_frontend * | nxt200x_attach (const struct nxt200x_config *config, struct i2c_adapter *i2c) |
| module_param (debug, int, 0644) | |
| MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).") | |
| MODULE_DESCRIPTION ("NXT200X (ATSC 8VSB & ITU-T J.83 AnnexB 64/256 QAM) Demodulator Driver") | |
| MODULE_AUTHOR ("Kirk Lapray, Michael Krufky, Jean-Francois Thibert, and Taylor Jacob") | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL (nxt200x_attach) | |
| #define NXT2002_DEFAULT_FIRMWARE "dvb-fe-nxt2002.fw" |
| #define NXT2004_DEFAULT_FIRMWARE "dvb-fe-nxt2004.fw" |
| EXPORT_SYMBOL | ( | nxt200x_attach | ) |
| MODULE_AUTHOR | ( | "Kirk | Lapray, |
| Michael | Krufky, | ||
| Jean-Francois | Thibert, | ||
| and Taylor Jacob" | |||
| ) |
| MODULE_DESCRIPTION | ( | "NXT200X (ATSC 8VSB & ITU-T J.83 AnnexB 64/256 QAM) Demodulator Driver" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_PARM_DESC | ( | debug | , |
| "Turn on/off frontend debugging (default:off)." | |||
| ) |
|
read |
1.8.2