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

Go to the source code of this file.

Data Structures

struct  tda826x_priv
 

Macros

#define dprintk(args...)
 

Functions

struct dvb_frontendtda826x_attach (struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c, int has_loopthrough)
 
 EXPORT_SYMBOL (tda826x_attach)
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
 MODULE_DESCRIPTION ("DVB TDA826x driver")
 
 MODULE_AUTHOR ("Andrew de Quincey")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

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

Definition at line 31 of file tda826x.c.

Function Documentation

EXPORT_SYMBOL ( tda826x_attach  )
MODULE_AUTHOR ( "Andrew de Quincey"  )
MODULE_DESCRIPTION ( "DVB TDA826x driver )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off frontend debugging (default:off)."   
)
struct dvb_frontend* tda826x_attach ( struct dvb_frontend fe,
int  addr,
struct i2c_adapter i2c,
int  has_loopthrough 
)
read

Definition at line 144 of file tda826x.c.