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

Macro Definition Documentation

#define DEMOD_VES1893   0

Definition at line 55 of file ves1x93.c.

#define DEMOD_VES1993   1

Definition at line 56 of file ves1x93.c.

#define dprintk   if (debug) printk

Definition at line 53 of file ves1x93.c.

#define MUL   (1UL<<26)

Function Documentation

EXPORT_SYMBOL ( ves1x93_attach  )
MODULE_AUTHOR ( "Ralph Metzler"  )
MODULE_DESCRIPTION ( "VLSI VES1x93 DVB-S Demodulator driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
struct dvb_frontend* ves1x93_attach ( const struct ves1x93_config config,
struct i2c_adapter i2c 
)
read

Definition at line 456 of file ves1x93.c.