Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/jiffies.h>
#include "dvb_frontend.h"
#include "tda8083.h"
Go to the source code of this file.
Data Structures | |
struct | tda8083_state |
Macros | |
#define | dprintk(args...) |
Functions | |
struct dvb_frontend * | tda8083_attach (const struct tda8083_config *config, struct i2c_adapter *i2c) |
module_param (debug, int, 0644) | |
MODULE_PARM_DESC (debug,"Turn on/off frontend debugging (default:off).") | |
MODULE_DESCRIPTION ("Philips TDA8083 DVB-S Demodulator") | |
MODULE_AUTHOR ("Ralph Metzler, Holger Waechtler") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL (tda8083_attach) | |
#define dprintk | ( | args... | ) |
EXPORT_SYMBOL | ( | tda8083_attach | ) |
MODULE_AUTHOR | ( | "Ralph | Metzler, |
Holger Waechtler" | |||
) |
MODULE_DESCRIPTION | ( | "Philips TDA8083 DVB-S Demodulator" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_PARM_DESC | ( | debug | , |
"Turn on/off frontend debugging (default:off)." | |||
) |
|
read |