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

Go to the source code of this file.

Data Structures

struct  s5h1432_state
 

Macros

#define dprintk(arg...)
 

Functions

struct dvb_frontends5h1432_attach (const struct s5h1432_config *config, struct i2c_adapter *i2c)
 
 EXPORT_SYMBOL (s5h1432_attach)
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Enable verbose debug messages")
 
 MODULE_DESCRIPTION ("Samsung s5h1432 DVB-T Demodulator driver")
 
 MODULE_AUTHOR ("Bill Liu")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define dprintk (   arg...)
Value:
do { \
if (debug) \
printk(arg); \
} while (0)

Definition at line 50 of file s5h1432.c.

Function Documentation

EXPORT_SYMBOL ( s5h1432_attach  )
MODULE_AUTHOR ( "Bill Liu"  )
MODULE_DESCRIPTION ( "Samsung s5h1432 DVB-T Demodulator driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Enable verbose debug messages"   
)
struct dvb_frontend* s5h1432_attach ( const struct s5h1432_config config,
struct i2c_adapter i2c 
)
read

Definition at line 346 of file s5h1432.c.