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

Go to the source code of this file.

Data Structures

struct  zl10039_state
 

Macros

#define dprintk(args...)
 

Enumerations

enum  zl10039_model_id { ID_ZL10039 = 1 }
 
enum  zl10039_reg_addr {
  PLL0 = 0, PLL1, PLL2, PLL3,
  RFFE, BASE0, BASE1, BASE2,
  LO0, LO1, LO2, LO3,
  LO4, LO5, LO6, GENERAL
}
 

Functions

struct dvb_frontendzl10039_attach (struct dvb_frontend *fe, u8 i2c_addr, struct i2c_adapter *i2c)
 
 EXPORT_SYMBOL (zl10039_attach)
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
 MODULE_DESCRIPTION ("Zarlink ZL10039 DVB-S tuner driver")
 
 MODULE_AUTHOR ("Jan D. Louw <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

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

Definition at line 33 of file zl10039.c.

Enumeration Type Documentation

Enumerator:
ID_ZL10039 

Definition at line 39 of file zl10039.c.

Enumerator:
PLL0 
PLL1 
PLL2 
PLL3 
RFFE 
BASE0 
BASE1 
BASE2 
LO0 
LO1 
LO2 
LO3 
LO4 
LO5 
LO6 
GENERAL 

Definition at line 49 of file zl10039.c.

Function Documentation

EXPORT_SYMBOL ( zl10039_attach  )
MODULE_AUTHOR ( "Jan D. Louw <[email protected]>"  )
MODULE_DESCRIPTION ( "Zarlink ZL10039 DVB-S tuner driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off frontend debugging (default:off)."   
)
struct dvb_frontend* zl10039_attach ( struct dvb_frontend fe,
u8  i2c_addr,
struct i2c_adapter i2c 
)
read

Definition at line 255 of file zl10039.c.