Linux Kernel
3.7.1
|
#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 |
Definition at line 43 of file mantis_vp1041.c.
#define MANTIS_MODEL_NAME "VP-1041" |
Definition at line 42 of file mantis_vp1041.c.
struct mantis_hwconfig vp1041_config |
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 |
Definition at line 303 of file mantis_vp1041.c.