#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 "stv0299.h"
Go to the source code of this file.
|
struct dvb_frontend * | stv0299_attach (const struct stv0299_config *config, struct i2c_adapter *i2c) |
|
| 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 STV0299 DVB Demodulator driver") |
|
| MODULE_AUTHOR ("Ralph Metzler, Holger Waechtler, Peter Schildmann, Felix Domke, ""Andreas Oberritter, Andrew de Quincey, Kenneth Aafly") |
|
| MODULE_LICENSE ("GPL") |
|
| EXPORT_SYMBOL (stv0299_attach) |
|
#define dprintk |
( |
|
args... | ) |
|
#define STATUS_UCBLOCKS 1 |
MODULE_AUTHOR |
( |
"Ralph |
Metzler, |
|
|
Holger |
Waechtler, |
|
|
Peter |
Schildmann, |
|
|
Felix |
Domke, |
|
|
""Andreas |
Oberritter, |
|
|
Andrew de |
Quincey, |
|
|
Kenneth Aafly" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"ST STV0299 DVB Demodulator driver" |
| ) |
|
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)." |
|
|
) |
| |