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

Go to the source code of this file.

Data Structures

struct  cx22702_state
 

Macros

#define dprintk   if (debug) printk
 

Functions

 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Enable verbose debug messages")
 
struct dvb_frontendcx22702_attach (const struct cx22702_config *config, struct i2c_adapter *i2c)
 
 EXPORT_SYMBOL (cx22702_attach)
 
 MODULE_DESCRIPTION ("Conexant CX22702 DVB-T Demodulator driver")
 
 MODULE_AUTHOR ("Steven Toth")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define dprintk   if (debug) printk

Definition at line 54 of file cx22702.c.

Function Documentation

struct dvb_frontend* cx22702_attach ( const struct cx22702_config config,
struct i2c_adapter i2c 
)
read

Definition at line 591 of file cx22702.c.

EXPORT_SYMBOL ( cx22702_attach  )
MODULE_AUTHOR ( "Steven Toth"  )
MODULE_DESCRIPTION ( "Conexant CX22702 DVB-T Demodulator driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Enable verbose debug messages"   
)