Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
mxl111sf-tuner.c File Reference
#include "mxl111sf-tuner.h"
#include "mxl111sf-phy.h"
#include "mxl111sf-reg.h"

Go to the source code of this file.

Data Structures

struct  mxl111sf_tuner_state
 

Macros

#define mxl_dbg(fmt, arg...)
 
#define err   pr_err
 

Functions

 module_param_named (debug, mxl111sf_tuner_debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"set debugging level (1=info (or-able)).")
 
struct dvb_frontendmxl111sf_tuner_attach (struct dvb_frontend *fe, struct mxl111sf_state *mxl_state, struct mxl111sf_tuner_config *cfg)
 
 EXPORT_SYMBOL_GPL (mxl111sf_tuner_attach)
 
 MODULE_DESCRIPTION ("MaxLinear MxL111SF CMOS tuner driver")
 
 MODULE_AUTHOR ("Michael Krufky <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_VERSION ("0.1")
 

Macro Definition Documentation

int const char int err   pr_err

Definition at line 34 of file mxl111sf-tuner.c.

#define mxl_dbg (   fmt,
  arg... 
)
Value:
if (mxl111sf_tuner_debug) \
mxl_printk(KERN_DEBUG, fmt, ##arg)

Definition at line 30 of file mxl111sf-tuner.c.

Function Documentation

EXPORT_SYMBOL_GPL ( mxl111sf_tuner_attach  )
MODULE_AUTHOR ( "Michael Krufky <[email protected]>"  )
MODULE_DESCRIPTION ( "MaxLinear MxL111SF CMOS tuner driver )
MODULE_LICENSE ( "GPL"  )
module_param_named ( debug  ,
mxl111sf_tuner_debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"set debugging level (1=info (or-able))."   
)
MODULE_VERSION ( "0.1"  )
struct dvb_frontend* mxl111sf_tuner_attach ( struct dvb_frontend fe,
struct mxl111sf_state mxl_state,
struct mxl111sf_tuner_config cfg 
)
read

Definition at line 493 of file mxl111sf-tuner.c.