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

Go to the source code of this file.

Data Structures

struct  stv6110_priv
 

Macros

#define dprintk(args...)
 

Functions

struct dvb_frontendstv6110_attach (struct dvb_frontend *fe, const struct stv6110_config *config, struct i2c_adapter *i2c)
 
 EXPORT_SYMBOL (stv6110_attach)
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
 MODULE_DESCRIPTION ("ST STV6110 driver")
 
 MODULE_AUTHOR ("Igor M. Liplianin")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

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

Definition at line 45 of file stv6110.c.

Function Documentation

EXPORT_SYMBOL ( stv6110_attach  )
MODULE_AUTHOR ( "Igor M. Liplianin"  )
MODULE_DESCRIPTION ( "ST STV6110 driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off frontend debugging (default:off)."   
)
struct dvb_frontend* stv6110_attach ( struct dvb_frontend fe,
const struct stv6110_config config,
struct i2c_adapter i2c 
)
read

Definition at line 393 of file stv6110.c.