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

Go to the source code of this file.

Data Structures

struct  mse2snr_tab
 

Macros

#define dprintk(arg...)
 

Functions

struct dvb_frontendau8522_attach (const struct au8522_config *config, struct i2c_adapter *i2c)
 
 EXPORT_SYMBOL (au8522_attach)
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Enable verbose debug messages")
 
 MODULE_DESCRIPTION ("Auvitek AU8522 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 33 of file au8522_dig.c.

Function Documentation

struct dvb_frontend* au8522_attach ( const struct au8522_config config,
struct i2c_adapter i2c 
)
read

Definition at line 748 of file au8522_dig.c.

EXPORT_SYMBOL ( au8522_attach  )
MODULE_AUTHOR ( "Steven Toth"  )
MODULE_DESCRIPTION ( "Auvitek AU8522 QAM-B/ATSC Demodulator driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Enable verbose debug messages"   
)

Variable Documentation

Definition at line 283 of file au8522_dig.c.

Definition at line 282 of file au8522_dig.c.