Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/bitops.h>
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/i2c.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_dma.h"
#include "mantis_ca.h"
#include "mantis_ioc.h"
#include "mantis_dvb.h"
Go to the source code of this file.
Functions | |
DVB_DEFINE_MOD_OPT_ADAPTER_NR (adapter_nr) | |
int | mantis_frontend_power (struct mantis_pci *mantis, enum mantis_power power) |
EXPORT_SYMBOL_GPL (mantis_frontend_power) | |
void | mantis_frontend_soft_reset (struct mantis_pci *mantis) |
EXPORT_SYMBOL_GPL (mantis_frontend_soft_reset) | |
int __devinit | mantis_dvb_init (struct mantis_pci *mantis) |
EXPORT_SYMBOL_GPL (mantis_dvb_init) | |
int __devexit | mantis_dvb_exit (struct mantis_pci *mantis) |
EXPORT_SYMBOL_GPL (mantis_dvb_exit) | |
DVB_DEFINE_MOD_OPT_ADAPTER_NR | ( | adapter_nr | ) |
EXPORT_SYMBOL_GPL | ( | mantis_frontend_power | ) |
EXPORT_SYMBOL_GPL | ( | mantis_frontend_soft_reset | ) |
EXPORT_SYMBOL_GPL | ( | mantis_dvb_init | ) |
EXPORT_SYMBOL_GPL | ( | mantis_dvb_exit | ) |
int __devexit mantis_dvb_exit | ( | struct mantis_pci * | mantis | ) |
Definition at line 274 of file mantis_dvb.c.
int __devinit mantis_dvb_init | ( | struct mantis_pci * | mantis | ) |
Definition at line 147 of file mantis_dvb.c.
int mantis_frontend_power | ( | struct mantis_pci * | mantis, |
enum mantis_power | power | ||
) |
Definition at line 43 of file mantis_dvb.c.
void mantis_frontend_soft_reset | ( | struct mantis_pci * | mantis | ) |
Definition at line 71 of file mantis_dvb.c.