|
Linux Kernel
3.7.1
|
#include <asm/div64.h>#include <linux/firmware.h>#include "dvb_frontend.h"#include "lgs8gxx.h"#include "lgs8gxx_priv.h"Go to the source code of this file.
Macros | |
| #define | dprintk(args...) |
| #define | LGS8GXX_FIRMWARE "lgs8g75.fw" |
Functions | |
| module_param (debug, int, 0644) | |
| MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).") | |
| module_param (fake_signal_str, int, 0644) | |
| MODULE_PARM_DESC (fake_signal_str,"fake signal strength for LGS8913.""Signal strength calculation is slow.(default:on).") | |
| struct dvb_frontend * | lgs8gxx_attach (const struct lgs8gxx_config *config, struct i2c_adapter *i2c) |
| EXPORT_SYMBOL (lgs8gxx_attach) | |
| MODULE_DESCRIPTION ("Legend Silicon LGS8913/LGS8GXX DMB-TH demodulator driver") | |
| MODULE_AUTHOR ("David T. L. Wong <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_FIRMWARE (LGS8GXX_FIRMWARE) | |
| #define dprintk | ( | args... | ) |
| EXPORT_SYMBOL | ( | lgs8gxx_attach | ) |
|
read |
| MODULE_AUTHOR | ( | "David T. L. Wong <[email protected]>" | ) |
| MODULE_FIRMWARE | ( | LGS8GXX_FIRMWARE | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param | ( | fake_signal_str | , |
| int | , | ||
| 0644 | |||
| ) |
| MODULE_PARM_DESC | ( | debug | , |
| "Turn on/off frontend debugging (default:off)." | |||
| ) |
1.8.2