Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | mxl111sf_demod_state |
Macros | |
#define | mxl_dbg(fmt, arg...) |
#define | CALCULATE_BER(avg_errors, count) 0 |
#define | CALCULATE_SNR(data) 0 |
Functions | |
module_param_named (debug, mxl111sf_demod_debug, int, 0644) | |
MODULE_PARM_DESC (debug,"set debugging level (1=info (or-able)).") | |
struct dvb_frontend * | mxl111sf_demod_attach (struct mxl111sf_state *mxl_state, struct mxl111sf_demod_config *cfg) |
EXPORT_SYMBOL_GPL (mxl111sf_demod_attach) | |
MODULE_DESCRIPTION ("MaxLinear MxL111SF DVB-T demodulator driver") | |
MODULE_AUTHOR ("Michael Krufky <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
MODULE_VERSION ("0.1") | |
#define CALCULATE_BER | ( | avg_errors, | |
count | |||
) | 0 |
Definition at line 383 of file mxl111sf-demod.c.
#define CALCULATE_SNR | ( | data | ) | 0 |
Definition at line 384 of file mxl111sf-demod.c.
#define mxl_dbg | ( | fmt, | |
arg... | |||
) |
Definition at line 29 of file mxl111sf-demod.c.
EXPORT_SYMBOL_GPL | ( | mxl111sf_demod_attach | ) |
MODULE_AUTHOR | ( | "Michael Krufky <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_VERSION | ( | "0.1" | ) |
|
read |
Definition at line 581 of file mxl111sf-demod.c.