Linux Kernel
3.7.1
|
Go to the source code of this file.
Enumerations | |
enum | mantis_power { POWER_OFF = 0, POWER_ON = 1 } |
Functions | |
int | mantis_frontend_power (struct mantis_pci *mantis, enum mantis_power power) |
void | mantis_frontend_soft_reset (struct mantis_pci *mantis) |
int | mantis_dvb_init (struct mantis_pci *mantis) |
int | mantis_dvb_exit (struct mantis_pci *mantis) |
enum mantis_power |
Definition at line 24 of file mantis_dvb.h.
int mantis_dvb_exit | ( | struct mantis_pci * | mantis | ) |
Definition at line 274 of file mantis_dvb.c.
int 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.