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

Go to the source code of this file.

Data Structures

struct  mt352_state
 

Macros

#define dprintk(args...)
 

Functions

struct dvb_frontendmt352_attach (const struct mt352_config *config, struct i2c_adapter *i2c)
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
 MODULE_DESCRIPTION ("Zarlink MT352 DVB-T Demodulator driver")
 
 MODULE_AUTHOR ("Holger Waechtler, Daniel Mack, Antonio Mancuso")
 
 MODULE_LICENSE ("GPL")
 
 EXPORT_SYMBOL (mt352_attach)
 

Macro Definition Documentation

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

Definition at line 53 of file mt352.c.

Function Documentation

EXPORT_SYMBOL ( mt352_attach  )
MODULE_AUTHOR ( "Holger  Waechtler,
Daniel  Mack,
Antonio Mancuso"   
)
MODULE_DESCRIPTION ( "Zarlink MT352 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* mt352_attach ( const struct mt352_config config,
struct i2c_adapter i2c 
)
read

Definition at line 543 of file mt352.c.