Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/slab.h>
#include <asm/types.h>
#include <linux/dvb/frontend.h>
#include <linux/videodev2.h>
#include "tda827x.h"
Go to the source code of this file.
Data Structures | |
struct | tda827x_priv |
struct | tda827x_data |
struct | tda827xa_data |
Macros | |
#define | dprintk(args...) |
Functions | |
module_param (debug, int, 0644) | |
MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).") | |
struct dvb_frontend * | tda827x_attach (struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c, struct tda827x_config *cfg) |
EXPORT_SYMBOL_GPL (tda827x_attach) | |
MODULE_DESCRIPTION ("DVB TDA827x driver") | |
MODULE_AUTHOR ("Hartmut Hackmann <hartmut.hackmann@t-online.de>") | |
MODULE_AUTHOR ("Michael Krufky <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
#define dprintk | ( | args... | ) |
EXPORT_SYMBOL_GPL | ( | tda827x_attach | ) |
MODULE_AUTHOR | ( | "Hartmut Hackmann <hartmut.hackmann@t-online.de>" | ) |
MODULE_AUTHOR | ( | "Michael Krufky <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "DVB TDA827x driver" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_PARM_DESC | ( | debug | , |
"Turn on/off frontend debugging (default:off)." | |||
) |
|
read |