|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/string.h>#include <linux/delay.h>#include <linux/jiffies.h>#include <linux/slab.h>#include "dvb_frontend.h"#include "stv0297.h"Go to the source code of this file.
Data Structures | |
| struct | stv0297_state |
Macros | |
| #define | dprintk(x...) printk(x) |
| #define | STV0297_CLOCK_KHZ 28900 |
Functions | |
| struct dvb_frontend * | stv0297_attach (const struct stv0297_config *config, struct i2c_adapter *i2c) |
| MODULE_DESCRIPTION ("ST STV0297 DVB-C Demodulator driver") | |
| MODULE_AUTHOR ("Dennis Noermann and Andrew de Quincey") | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL (stv0297_attach) | |
| EXPORT_SYMBOL | ( | stv0297_attach | ) |
| MODULE_AUTHOR | ( | "Dennis Noermann and Andrew de Quincey" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
|
read |
1.8.2