Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
mantis_vp1041.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 "mantis_common.h"
#include "mantis_ioc.h"
#include "mantis_dvb.h"
#include "mantis_vp1041.h"
#include "stb0899_reg.h"
#include "stb0899_drv.h"
#include "stb0899_cfg.h"
#include "stb6100_cfg.h"
#include "stb6100.h"
#include "lnbp21.h"

Go to the source code of this file.

Macros

#define MANTIS_MODEL_NAME   "VP-1041"
 
#define MANTIS_DEV_TYPE   "DSS/DVB-S/DVB-S2"
 

Variables

struct stb0899_config vp1041_stb0899_config
 
struct stb6100_config vp1041_stb6100_config
 
struct mantis_hwconfig vp1041_config
 

Macro Definition Documentation

#define MANTIS_DEV_TYPE   "DSS/DVB-S/DVB-S2"

Definition at line 43 of file mantis_vp1041.c.

#define MANTIS_MODEL_NAME   "VP-1041"

Definition at line 42 of file mantis_vp1041.c.

Variable Documentation

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

Definition at line 345 of file mantis_vp1041.c.

struct stb0899_config vp1041_stb0899_config

Definition at line 266 of file mantis_vp1041.c.

struct stb6100_config vp1041_stb6100_config
Initial value:
= {
.tuner_address = 0x60,
.refclock = 27000000,
}

Definition at line 303 of file mantis_vp1041.c.