#include <linux/module.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/pci_ids.h>
#include "ngene.h"
#include "stv6110x.h"
#include "stv090x.h"
#include "lnbh24.h"
#include "lgdt330x.h"
#include "mt2131.h"
#include "tda18271c2dd.h"
#include "drxk.h"
#include "drxd.h"
#include "dvb-pll.h"
Go to the source code of this file.
| #define MICNG_EE_END 0x0FF0 |
| #define MICNG_EE_START 0x0100 |
| #define MICNG_EETAG_DRXD1_OSCDEVIATION 0x1000 /* 2 Bytes data */ |
| #define MICNG_EETAG_DRXD2_OSCDEVIATION 0x1001 /* 2 Bytes data */ |
| #define MICNG_EETAG_END0 0x0000 |
| #define MICNG_EETAG_END1 0xFFFF |
| #define MICNG_EETAG_MT2060_1_1STIF 0x1100 /* 2 Bytes data */ |
| #define MICNG_EETAG_MT2060_2_1STIF 0x1101 /* 2 Bytes data */ |
| #define MICNG_EETAG_OEM_FIRST 0xC000 |
| #define MICNG_EETAG_OEM_LAST 0xFFEF |
| #define NGENE_ID |
( |
|
_subvend, |
|
|
|
_subdev, |
|
|
|
_driverdata |
|
) |
| |
Value:{ \
.subvendor = _subvend, .subdevice = _subdev, \
.driver_data = (
unsigned long) &_driverdata }
Definition at line 737 of file ngene-cards.c.
| MODULE_AUTHOR |
( |
" |
Micronas, |
|
|
Ralph |
Metzler, |
|
|
Manfred Voelkel" |
|
|
) |
| |
| MODULE_DESCRIPTION |
( |
"nGene" |
| ) |
|
| MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
ngene_id_tbl |
|
|
) |
| |
| module_exit |
( |
module_exit_ngene |
| ) |
|
| module_init |
( |
module_init_ngene |
| ) |
|