Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
mantis_vp2040.c File Reference
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
#include "dmxdev.h"
#include "dvbdev.h"
#include "dvb_demux.h"
#include "dvb_frontend.h"
#include "dvb_net.h"
#include "tda1002x.h"
#include "mantis_common.h"
#include "mantis_ioc.h"
#include "mantis_dvb.h"
#include "mantis_vp2040.h"

Go to the source code of this file.

Macros

#define MANTIS_MODEL_NAME   "VP-2040"
 
#define MANTIS_DEV_TYPE   "DVB-C"
 
#define CU1216_IF   36125000
 
#define TUNER_MUL   62500
 

Variables

struct tda1002x_config vp2040_tda1002x_cu1216_config
 
struct tda10023_config vp2040_tda10023_cu1216_config
 
struct mantis_hwconfig vp2040_config
 

Macro Definition Documentation

#define CU1216_IF   36125000
#define MANTIS_DEV_TYPE   "DVB-C"

Definition at line 38 of file mantis_vp2040.c.

#define MANTIS_MODEL_NAME   "VP-2040"

Definition at line 37 of file mantis_vp2040.c.

#define TUNER_MUL   62500

Variable Documentation

struct mantis_hwconfig vp2040_config
Initial value:
= {
.model_name = MANTIS_MODEL_NAME,
.dev_type = MANTIS_DEV_TYPE,
.ts_size = MANTIS_TS_204,
.baud_rate = MANTIS_BAUD_9600,
.parity = MANTIS_PARITY_NONE,
.bytes = 0,
.frontend_init = vp2040_frontend_init,
.power = GPIF_A12,
.reset = GPIF_A13,
}

Definition at line 175 of file mantis_vp2040.c.

struct tda10023_config vp2040_tda10023_cu1216_config
Initial value:
= {
.demod_address = 0x18 >> 1,
.invert = 1,
}

Definition at line 45 of file mantis_vp2040.c.

struct tda1002x_config vp2040_tda1002x_cu1216_config
Initial value:
= {
.demod_address = 0x18 >> 1,
.invert = 1,
}

Definition at line 40 of file mantis_vp2040.c.