Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
s5h1411.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 "s5h1411.h"

Go to the source code of this file.

Data Structures

struct  s5h1411_state
 
struct  init_tab
 
struct  vsb_snr_tab
 
struct  qam64_snr_tab
 
struct  qam256_snr_tab
 

Macros

#define dprintk(arg...)
 

Functions

struct dvb_frontends5h1411_attach (const struct s5h1411_config *config, struct i2c_adapter *i2c)
 
 EXPORT_SYMBOL (s5h1411_attach)
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Enable verbose debug messages")
 
 MODULE_DESCRIPTION ("Samsung S5H1411 QAM-B/ATSC Demodulator driver")
 
 MODULE_AUTHOR ("Steven Toth")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

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

Definition at line 51 of file s5h1411.c.

Function Documentation

EXPORT_SYMBOL ( s5h1411_attach  )
MODULE_AUTHOR ( "Steven Toth"  )
MODULE_DESCRIPTION ( "Samsung S5H1411 QAM-B/ATSC Demodulator driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Enable verbose debug messages"   
)
struct dvb_frontend* s5h1411_attach ( const struct s5h1411_config config,
struct i2c_adapter i2c 
)
read

Definition at line 869 of file s5h1411.c.