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

Go to the source code of this file.

Data Structures

struct  lgdt330x_state
 

Macros

#define dprintk(args...)
 

Functions

 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off lgdt330x frontend debugging (default:off).")
 
struct dvb_frontendlgdt330x_attach (const struct lgdt330x_config *config, struct i2c_adapter *i2c)
 
 MODULE_DESCRIPTION ("LGDT330X (ATSC 8VSB & ITU-T J.83 AnnexB 64/256 QAM) Demodulator Driver")
 
 MODULE_AUTHOR ("Wilson Michaels")
 
 MODULE_LICENSE ("GPL")
 
 EXPORT_SYMBOL (lgdt330x_attach)
 

Macro Definition Documentation

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

Definition at line 55 of file lgdt330x.c.

Function Documentation

EXPORT_SYMBOL ( lgdt330x_attach  )
struct dvb_frontend* lgdt330x_attach ( const struct lgdt330x_config config,
struct i2c_adapter i2c 
)
read

Definition at line 732 of file lgdt330x.c.

MODULE_AUTHOR ( "Wilson Michaels"  )
MODULE_DESCRIPTION ( "LGDT330X (ATSC 8VSB & ITU-T J.83 AnnexB 64/256 QAM) Demodulator Driver"  )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off lgdt330x frontend debugging (default:off)."   
)