|
Linux Kernel
3.7.1
|
#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_frontend * | tda10023_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) | |
| #define dprintk | ( | x... | ) |
Definition at line 60 of file tda10023.c.
| #define REG0_INIT_VAL 0x23 |
Definition at line 41 of file tda10023.c.
| EXPORT_SYMBOL | ( | tda10023_attach | ) |
| MODULE_AUTHOR | ( | "Georg | Acher, |
| Hartmut Birr" | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
|
read |
Definition at line 520 of file tda10023.c.
1.8.2