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

Go to the source code of this file.

Data Structures

struct  tda10023_state
 
struct  qam_params
 

Macros

#define REG0_INIT_VAL   0x23
 
#define dprintk(x...)
 

Functions

struct dvb_frontendtda10023_attach (const struct tda10023_config *config, struct i2c_adapter *i2c, u8 pwm)
 
 MODULE_DESCRIPTION ("Philips TDA10023 DVB-C demodulator driver")
 
 MODULE_AUTHOR ("Georg Acher, Hartmut Birr")
 
 MODULE_LICENSE ("GPL")
 
 EXPORT_SYMBOL (tda10023_attach)
 

Macro Definition Documentation

#define dprintk (   x...)

Definition at line 60 of file tda10023.c.

#define REG0_INIT_VAL   0x23

Definition at line 41 of file tda10023.c.

Function Documentation

EXPORT_SYMBOL ( tda10023_attach  )
MODULE_AUTHOR ( "Georg  Acher,
Hartmut Birr"   
)
MODULE_DESCRIPTION ( "Philips TDA10023 DVB-C demodulator driver )
MODULE_LICENSE ( "GPL"  )
struct dvb_frontend* tda10023_attach ( const struct tda10023_config config,
struct i2c_adapter i2c,
u8  pwm 
)
read

Definition at line 520 of file tda10023.c.