Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <asm/div64.h>
#include "dvb_frontend.h"
#include "ves1820.h"
Go to the source code of this file.
Data Structures | |
struct | ves1820_state |
Functions | |
struct dvb_frontend * | ves1820_attach (const struct ves1820_config *config, struct i2c_adapter *i2c, u8 pwm) |
module_param (verbose, int, 0644) | |
MODULE_PARM_DESC (verbose,"print AFC offset after tuning for debugging the PWM setting") | |
MODULE_DESCRIPTION ("VLSI VES1820 DVB-C Demodulator driver") | |
MODULE_AUTHOR ("Ralph Metzler, Holger Waechtler") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL (ves1820_attach) | |
EXPORT_SYMBOL | ( | ves1820_attach | ) |
MODULE_AUTHOR | ( | "Ralph | Metzler, |
Holger Waechtler" | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
|
read |