#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <asm/byteorder.h>
#include "dvb_math.h"
#include "dvb_frontend.h"
#include "or51132.h"
Go to the source code of this file.
#define dprintk |
( |
|
args... | ) |
|
#define MOD_FWCLASS_QAM 2 |
#define MOD_FWCLASS_UNKNOWN 0 |
#define MOD_FWCLASS_VSB 1 |
#define OR51132_QAM_FIRMWARE "dvb-fe-or51132-qam.fw" |
#define OR51132_VSB_FIRMWARE "dvb-fe-or51132-vsb.fw" |
#define or51132_writebytes |
( |
|
state, |
|
|
|
data... |
|
) |
| |
Value:
or51132_writebuf(
state, _data,
sizeof(_data)); })
Definition at line 93 of file or51132.c.
MODULE_AUTHOR |
( |
"Kirk Lapray" |
| ) |
|
MODULE_AUTHOR |
( |
"Trent Piepho" |
| ) |
|
MODULE_DESCRIPTION |
( |
"OR51132 ATSC (8VSB & ITU J83 AnnexB FEC QAM64/256) Demodulator Driver" |
[pcHDTV HD-3000] | ) |
|
MODULE_PARM_DESC |
( |
debug |
, |
|
|
"Turn on/off frontend debugging (default:off)." |
|
|
) |
| |