Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
stv0299.c File Reference
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/jiffies.h>
#include <asm/div64.h>
#include "dvb_frontend.h"
#include "stv0299.h"

Go to the source code of this file.

Data Structures

struct  stv0299_state
 

Macros

#define STATUS_BER   0
 
#define STATUS_UCBLOCKS   1
 
#define dprintk(args...)
 

Functions

struct dvb_frontendstv0299_attach (const struct stv0299_config *config, struct i2c_adapter *i2c)
 
 module_param (debug_legacy_dish_switch, int, 0444)
 
 MODULE_PARM_DESC (debug_legacy_dish_switch,"Enable timing analysis for Dish Network legacy switches")
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
 MODULE_DESCRIPTION ("ST STV0299 DVB Demodulator driver")
 
 MODULE_AUTHOR ("Ralph Metzler, Holger Waechtler, Peter Schildmann, Felix Domke, ""Andreas Oberritter, Andrew de Quincey, Kenneth Aafly")
 
 MODULE_LICENSE ("GPL")
 
 EXPORT_SYMBOL (stv0299_attach)
 

Macro Definition Documentation

#define dprintk (   args...)
Value:
do { \
if (debug) printk(KERN_DEBUG "stv0299: " args); \
} while (0)

Definition at line 75 of file stv0299.c.

#define STATUS_BER   0

Definition at line 70 of file stv0299.c.

#define STATUS_UCBLOCKS   1

Definition at line 71 of file stv0299.c.

Function Documentation

EXPORT_SYMBOL ( stv0299_attach  )
MODULE_AUTHOR ( "Ralph  Metzler,
Holger  Waechtler,
Peter  Schildmann,
Felix  Domke,
""Andreas  Oberritter,
Andrew de  Quincey,
Kenneth Aafly"   
)
MODULE_DESCRIPTION ( "ST STV0299 DVB Demodulator driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug_legacy_dish_switch  ,
int  ,
0444   
)
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug_legacy_dish_switch  ,
"Enable timing analysis for Dish Network legacy switches"   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off frontend debugging (default:off)."   
)
struct dvb_frontend* stv0299_attach ( const struct stv0299_config config,
struct i2c_adapter i2c 
)
read

Definition at line 672 of file stv0299.c.