Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/jiffies.h>
#include <asm/div64.h>
#include "dvb_frontend.h"
#include "stv0288.h"
Go to the source code of this file.
Data Structures | |
struct | stv0288_state |
Macros | |
#define | STATUS_BER 0 |
#define | STATUS_UCBLOCKS 1 |
#define | dprintk(args...) |
Functions | |
struct dvb_frontend * | stv0288_attach (const struct stv0288_config *config, struct i2c_adapter *i2c) |
EXPORT_SYMBOL (stv0288_attach) | |
module_param (debug_legacy_dish_switch, int, 0444) | |
MODULE_PARM_DESC (debug_legacy_dish_switch,"Enable timing analysis for Dish Network legacy switches") | |
module_param (debug, int, 0644) | |
MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).") | |
MODULE_DESCRIPTION ("ST STV0288 DVB Demodulator driver") | |
MODULE_AUTHOR ("Georg Acher, Bob Liu, Igor liplianin") | |
MODULE_LICENSE ("GPL") | |
#define dprintk | ( | args... | ) |
EXPORT_SYMBOL | ( | stv0288_attach | ) |
MODULE_AUTHOR | ( | "Georg | Acher, |
Bob | Liu, | ||
Igor liplianin" | |||
) |
MODULE_DESCRIPTION | ( | "ST STV0288 DVB Demodulator driver" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | debug_legacy_dish_switch | , |
int | , | ||
0444 | |||
) |
MODULE_PARM_DESC | ( | debug_legacy_dish_switch | , |
"Enable timing analysis for Dish Network legacy switches" | |||
) |
MODULE_PARM_DESC | ( | debug | , |
"Turn on/off frontend debugging (default:off)." | |||
) |
|
read |