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

Go to the source code of this file.

Data Structures

struct  tda8083_state
 

Macros

#define dprintk(args...)
 

Functions

struct dvb_frontendtda8083_attach (const struct tda8083_config *config, struct i2c_adapter *i2c)
 
 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).")
 
 MODULE_DESCRIPTION ("Philips TDA8083 DVB-S Demodulator")
 
 MODULE_AUTHOR ("Ralph Metzler, Holger Waechtler")
 
 MODULE_LICENSE ("GPL")
 
 EXPORT_SYMBOL (tda8083_attach)
 

Macro Definition Documentation

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

Definition at line 45 of file tda8083.c.

Function Documentation

EXPORT_SYMBOL ( tda8083_attach  )
MODULE_AUTHOR ( "Ralph  Metzler,
Holger Waechtler"   
)
MODULE_DESCRIPTION ( "Philips TDA8083 DVB-S Demodulator"  )
MODULE_LICENSE ( "GPL"  )
module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"Turn on/off frontend debugging (default:off)."   
)
struct dvb_frontend* tda8083_attach ( const struct tda8083_config config,
struct i2c_adapter i2c 
)
read

Definition at line 416 of file tda8083.c.