Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/jiffies.h>
#include <linux/string.h>
#include <linux/slab.h>
#include "dvb_frontend.h"
#include "tda10086.h"
Go to the source code of this file.
Data Structures | |
struct | tda10086_state |
Macros | |
#define | SACLK 96000000 |
#define | dprintk(args...) |
Functions | |
struct dvb_frontend * | tda10086_attach (const struct tda10086_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 TDA10086 DVB-S Demodulator") | |
MODULE_AUTHOR ("Andrew de Quincey") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL (tda10086_attach) | |
#define dprintk | ( | args... | ) |
Definition at line 47 of file tda10086.c.
#define SACLK 96000000 |
Definition at line 33 of file tda10086.c.
EXPORT_SYMBOL | ( | tda10086_attach | ) |
MODULE_AUTHOR | ( | "Andrew de Quincey" | ) |
MODULE_DESCRIPTION | ( | "Philips TDA10086 DVB-S Demodulator" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_PARM_DESC | ( | debug | , |
"Turn on/off frontend debugging (default:off)." | |||
) |
|
read |
Definition at line 742 of file tda10086.c.