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

Go to the source code of this file.

Data Structures

struct  stb6000_priv
 

Macros

#define dprintk(args...)
 

Functions

struct dvb_frontendstb6000_attach (struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c)
 
 EXPORT_SYMBOL (stb6000_attach)
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
 MODULE_DESCRIPTION ("DVB STB6000 driver")
 
 MODULE_AUTHOR ("Igor M. Liplianin <liplianin@me.by>")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

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

Definition at line 31 of file stb6000.c.

Function Documentation

EXPORT_SYMBOL ( stb6000_attach  )
MODULE_AUTHOR ( "Igor M. Liplianin <liplianin@me.by>"  )
MODULE_DESCRIPTION ( "DVB STB6000 driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off frontend debugging (default:off)."   
)
struct dvb_frontend* stb6000_attach ( struct dvb_frontend fe,
int  addr,
struct i2c_adapter i2c 
)
read

Definition at line 201 of file stb6000.c.