Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
ves1820.c File Reference
#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_frontendves1820_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)
 

Function Documentation

EXPORT_SYMBOL ( ves1820_attach  )
MODULE_AUTHOR ( "Ralph  Metzler,
Holger Waechtler"   
)
MODULE_DESCRIPTION ( "VLSI VES1820 DVB-C Demodulator driver )
MODULE_LICENSE ( "GPL"  )
module_param ( verbose  ,
int  ,
0644   
)
MODULE_PARM_DESC ( verbose  ,
"print AFC offset after tuning for debugging the PWM setting"   
)
struct dvb_frontend* ves1820_attach ( const struct ves1820_config config,
struct i2c_adapter i2c,
u8  pwm 
)
read

Definition at line 372 of file ves1820.c.