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

Go to the source code of this file.

Data Structures

struct  nxt6000_state
 

Macros

#define dprintk   if (debug) printk
 

Functions

struct dvb_frontendnxt6000_attach (const struct nxt6000_config *config, struct i2c_adapter *i2c)
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
 MODULE_DESCRIPTION ("NxtWave NXT6000 DVB-T demodulator driver")
 
 MODULE_AUTHOR ("Florian Schirmer")
 
 MODULE_LICENSE ("GPL")
 
 EXPORT_SYMBOL (nxt6000_attach)
 

Macro Definition Documentation

#define dprintk   if (debug) printk

Definition at line 42 of file nxt6000.c.

Function Documentation

EXPORT_SYMBOL ( nxt6000_attach  )
MODULE_AUTHOR ( "Florian Schirmer"  )
MODULE_DESCRIPTION ( "NxtWave NXT6000 DVB-T demodulator driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off frontend debugging (default:off)."   
)
struct dvb_frontend* nxt6000_attach ( const struct nxt6000_config config,
struct i2c_adapter i2c 
)
read

Definition at line 549 of file nxt6000.c.