Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
tda10021.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/string.h>
#include <linux/slab.h>
#include "dvb_frontend.h"
#include "tda1002x.h"

Go to the source code of this file.

Data Structures

struct  tda10021_state
 
struct  qam_params
 

Macros

#define dprintk(x...)
 
#define XIN   57840000UL
 
#define FIN   (XIN >> 4)
 

Functions

struct dvb_frontendtda10021_attach (const struct tda1002x_config *config, struct i2c_adapter *i2c, u8 pwm)
 
 module_param (verbose, int, 0644)
 
 MODULE_PARM_DESC (verbose,"print AFC offset after tuning for debugging the PWM setting")
 
 MODULE_DESCRIPTION ("Philips TDA10021 DVB-C demodulator driver")
 
 MODULE_AUTHOR ("Ralph Metzler, Holger Waechtler, Markus Schulz")
 
 MODULE_LICENSE ("GPL")
 
 EXPORT_SYMBOL (tda10021_attach)
 

Macro Definition Documentation

#define dprintk (   x...)

Definition at line 50 of file tda10021.c.

#define FIN   (XIN >> 4)

Definition at line 57 of file tda10021.c.

#define XIN   57840000UL

Definition at line 55 of file tda10021.c.

Function Documentation

EXPORT_SYMBOL ( tda10021_attach  )
MODULE_AUTHOR ( "Ralph  Metzler,
Holger  Waechtler,
Markus Schulz"   
)
MODULE_DESCRIPTION ( "Philips TDA10021 DVB-C demodulator driver )
MODULE_LICENSE ( "GPL"  )
module_param ( verbose  ,
int  ,
0644   
)
MODULE_PARM_DESC ( verbose  ,
"print AFC offset after tuning for debugging the PWM setting"   
)
struct dvb_frontend* tda10021_attach ( const struct tda1002x_config config,
struct i2c_adapter i2c,
u8  pwm 
)
read

Definition at line 448 of file tda10021.c.