#include <linux/module.h>
#include <linux/init.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/dvb/frontend.h>
#include "dvb_frontend.h"
#include "zl10039.h"
Go to the source code of this file.
|
enum | zl10039_model_id { ID_ZL10039 = 1
} |
|
enum | zl10039_reg_addr {
PLL0 = 0,
PLL1,
PLL2,
PLL3,
RFFE,
BASE0,
BASE1,
BASE2,
LO0,
LO1,
LO2,
LO3,
LO4,
LO5,
LO6,
GENERAL
} |
|
#define dprintk |
( |
|
args... | ) |
|
- Enumerator:
PLL0 |
|
PLL1 |
|
PLL2 |
|
PLL3 |
|
RFFE |
|
BASE0 |
|
BASE1 |
|
BASE2 |
|
LO0 |
|
LO1 |
|
LO2 |
|
LO3 |
|
LO4 |
|
LO5 |
|
LO6 |
|
GENERAL |
|
Definition at line 49 of file zl10039.c.
MODULE_PARM_DESC |
( |
debug |
, |
|
|
"Turn on/off frontend debugging (default:off)." |
|
|
) |
| |