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

Go to the source code of this file.

Data Structures

struct  l64781_state
 

Macros

#define dprintk(args...)
 

Functions

 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
struct dvb_frontendl64781_attach (const struct l64781_config *config, struct i2c_adapter *i2c)
 
 MODULE_DESCRIPTION ("LSI L64781 DVB-T Demodulator driver")
 
 MODULE_AUTHOR ("Holger Waechtler, Marko Kohtala")
 
 MODULE_LICENSE ("GPL")
 
 EXPORT_SYMBOL (l64781_attach)
 

Macro Definition Documentation

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

Definition at line 41 of file l64781.c.

Function Documentation

EXPORT_SYMBOL ( l64781_attach  )
struct dvb_frontend* l64781_attach ( const struct l64781_config config,
struct i2c_adapter i2c 
)
read

the L64781 won't show up before we send the reset_and_configure() broadcast. If nothing responds there is no L64781 on the bus...

Definition at line 501 of file l64781.c.

MODULE_AUTHOR ( "Holger  Waechtler,
Marko Kohtala"   
)
MODULE_DESCRIPTION ( "LSI L64781 DVB-T Demodulator driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off frontend debugging (default:off)."   
)