#include <linux/delay.h>
#include <linux/i2c.h>
#include <linux/slab.h>
#include <linux/videodev2.h>
#include "tuner-i2c.h"
#include "mt20xx.h"
Go to the source code of this file.
|
| module_param (debug, int, 0644) |
|
| MODULE_PARM_DESC (debug,"enable verbose debug messages") |
|
| module_param (optimize_vco, int, 0644) |
|
| module_param (tv_antenna, int, 0644) |
|
| module_param (radio_antenna, int, 0644) |
|
struct dvb_frontend * | microtune_attach (struct dvb_frontend *fe, struct i2c_adapter *i2c_adap, u8 i2c_addr) |
|
| EXPORT_SYMBOL_GPL (microtune_attach) |
|
| MODULE_DESCRIPTION ("Microtune tuner driver") |
|
| MODULE_AUTHOR ("Ralph Metzler, Gerd Knorr, Gunther Mayer") |
|
| MODULE_LICENSE ("GPL") |
|
MODULE_AUTHOR |
( |
"Ralph |
Metzler, |
|
|
Gerd |
Knorr, |
|
|
Gunther Mayer" |
|
|
) |
| |
module_param |
( |
optimize_vco |
, |
|
|
int |
, |
|
|
0644 |
|
|
) |
| |
module_param |
( |
tv_antenna |
, |
|
|
int |
, |
|
|
0644 |
|
|
) |
| |
module_param |
( |
radio_antenna |
, |
|
|
int |
, |
|
|
0644 |
|
|
) |
| |