Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
mt2131.c File Reference
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/dvb/frontend.h>
#include <linux/i2c.h>
#include <linux/slab.h>
#include "dvb_frontend.h"
#include "mt2131.h"
#include "mt2131_priv.h"

Go to the source code of this file.

Macros

#define dprintk(level, fmt, arg...)
 

Functions

 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off debugging (default:off).")
 
struct dvb_frontendmt2131_attach (struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2131_config *cfg, u16 if1)
 
 EXPORT_SYMBOL (mt2131_attach)
 
 MODULE_AUTHOR ("Steven Toth")
 
 MODULE_DESCRIPTION ("Microtune MT2131 silicon tuner driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define dprintk (   level,
  fmt,
  arg... 
)
Value:
if (debug >= level) \
printk(KERN_INFO "%s: " fmt, "mt2131", ## arg)

Definition at line 37 of file mt2131.c.

Function Documentation

EXPORT_SYMBOL ( mt2131_attach  )
MODULE_AUTHOR ( "Steven Toth"  )
MODULE_DESCRIPTION ( "Microtune MT2131 silicon tuner driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off debugging (default:off)."   
)
struct dvb_frontend* mt2131_attach ( struct dvb_frontend fe,
struct i2c_adapter i2c,
struct mt2131_config cfg,
u16  if1 
)
read

Definition at line 257 of file mt2131.c.