Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include "dvb_frontend.h"
#include "ves1x93.h"
Go to the source code of this file.
Data Structures | |
struct | ves1x93_state |
Macros | |
#define | dprintk if (debug) printk |
#define | DEMOD_VES1893 0 |
#define | DEMOD_VES1993 1 |
#define | MUL (1UL<<26) |
Functions | |
struct dvb_frontend * | ves1x93_attach (const struct ves1x93_config *config, struct i2c_adapter *i2c) |
module_param (debug, int, 0644) | |
MODULE_DESCRIPTION ("VLSI VES1x93 DVB-S Demodulator driver") | |
MODULE_AUTHOR ("Ralph Metzler") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL (ves1x93_attach) | |
#define MUL (1UL<<26) |
EXPORT_SYMBOL | ( | ves1x93_attach | ) |
MODULE_AUTHOR | ( | "Ralph Metzler" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
|
read |