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

Go to the source code of this file.

Data Structures

struct  lnbp22
 

Macros

#define dprintk(lvl, arg...)   if (debug >= (lvl)) printk(arg)
 

Functions

 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off debugging (default:off).")
 
struct dvb_frontendlnbp22_attach (struct dvb_frontend *fe, struct i2c_adapter *i2c)
 
 EXPORT_SYMBOL (lnbp22_attach)
 
 MODULE_DESCRIPTION ("Driver for lnb supply and control ic lnbp22")
 
 MODULE_AUTHOR ("Dominik Kuhlen")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define dprintk (   lvl,
  arg... 
)    if (debug >= (lvl)) printk(arg)

Definition at line 44 of file lnbp22.c.

Function Documentation

EXPORT_SYMBOL ( lnbp22_attach  )
struct dvb_frontend* lnbp22_attach ( struct dvb_frontend fe,
struct i2c_adapter i2c 
)
read

Definition at line 112 of file lnbp22.c.

MODULE_AUTHOR ( "Dominik Kuhlen"  )
MODULE_DESCRIPTION ( "Driver for lnb supply and control ic lnbp22 )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off debugging (default:off)."   
)