|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/slab.h>#include "dvb_frontend.h"#include "tda665x.h"Go to the source code of this file.
Data Structures | |
| struct | tda665x_state |
Functions | |
| struct dvb_frontend * | tda665x_attach (struct dvb_frontend *fe, const struct tda665x_config *config, struct i2c_adapter *i2c) |
| EXPORT_SYMBOL (tda665x_attach) | |
| MODULE_DESCRIPTION ("TDA665x driver") | |
| MODULE_AUTHOR ("Manu Abraham") | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL | ( | tda665x_attach | ) |
| MODULE_AUTHOR | ( | "Manu Abraham" | ) |
| MODULE_DESCRIPTION | ( | "TDA665x driver" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
|
read |
1.8.2