#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/usb.h>
#include "em28xx.h"
#include <media/v4l2-common.h>
#include <media/videobuf-vmalloc.h>
#include <media/tuner.h>
#include "tuner-simple.h"
#include <linux/gpio.h>
#include "lgdt330x.h"
#include "lgdt3305.h"
#include "zl10353.h"
#include "s5h1409.h"
#include "mt352.h"
#include "mt352_priv.h"
#include "tda1002x.h"
#include "tda18271.h"
#include "s921.h"
#include "drxd.h"
#include "cxd2820r.h"
#include "tda18271c2dd.h"
#include "drxk.h"
#include "tda10071.h"
#include "a8293.h"
#include "qt1010.h"
Go to the source code of this file.
DVB_DEFINE_MOD_OPT_ADAPTER_NR |
( |
adapter_nr |
| ) |
|
module_exit |
( |
em28xx_dvb_unregister |
| ) |
|
module_init |
( |
em28xx_dvb_register |
| ) |
|
MODULE_PARM_DESC |
( |
debug |
, |
|
|
"enable debug messages " |
[dvb] |
|
) |
| |
Initial value:= {
.adr = 0x29,
.single_master = 1,
.no_i2c_bridge = 1,
.microcode_name = "dvb-usb-terratec-htc-stick-drxk.fw",
.chunk_size = 54,
.qam_demod_parameter_count = 2,
.antenna_dvbt = true,
.antenna_gpio = 0x6,
.load_firmware_sync = true,
}
Definition at line 334 of file em28xx-dvb.c.