Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/i2c.h>
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <asm/io.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_reg.h"
#include "mantis_ioc.h"
Go to the source code of this file.
Functions | |
int | mantis_get_mac (struct mantis_pci *mantis) |
EXPORT_SYMBOL_GPL (mantis_get_mac) | |
void | mantis_gpio_set_bits (struct mantis_pci *mantis, u32 bitpos, u8 value) |
EXPORT_SYMBOL_GPL (mantis_gpio_set_bits) | |
int | mantis_stream_control (struct mantis_pci *mantis, enum mantis_stream_control stream_ctl) |
EXPORT_SYMBOL_GPL (mantis_stream_control) | |
EXPORT_SYMBOL_GPL | ( | mantis_get_mac | ) |
EXPORT_SYMBOL_GPL | ( | mantis_gpio_set_bits | ) |
EXPORT_SYMBOL_GPL | ( | mantis_stream_control | ) |
int mantis_get_mac | ( | struct mantis_pci * | mantis | ) |
Definition at line 60 of file mantis_ioc.c.
void mantis_gpio_set_bits | ( | struct mantis_pci * | mantis, |
u32 | bitpos, | ||
u8 | value | ||
) |
Definition at line 79 of file mantis_ioc.c.
int mantis_stream_control | ( | struct mantis_pci * | mantis, |
enum mantis_stream_control | stream_ctl | ||
) |
Definition at line 96 of file mantis_ioc.c.