Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/jiffies.h>
#include <asm/div64.h>
#include <linux/i2c.h>
#include "dvb_frontend.h"
#include "s5h1420.h"
#include "s5h1420_priv.h"
Go to the source code of this file.
Data Structures | |
struct | s5h1420_state |
Macros | |
#define | TONE_FREQ 22000 |
#define | dprintk(x...) |
Functions | |
module_param (debug, int, 0644) | |
MODULE_PARM_DESC (debug,"enable debugging") | |
struct i2c_adapter * | s5h1420_get_tuner_i2c_adapter (struct dvb_frontend *fe) |
EXPORT_SYMBOL (s5h1420_get_tuner_i2c_adapter) | |
struct dvb_frontend * | s5h1420_attach (const struct s5h1420_config *config, struct i2c_adapter *i2c) |
EXPORT_SYMBOL (s5h1420_attach) | |
MODULE_DESCRIPTION ("Samsung S5H1420/PnpNetwork PN1010 DVB-S Demodulator driver") | |
MODULE_AUTHOR ("Andrew de Quincey, Patrick Boettcher") | |
MODULE_LICENSE ("GPL") | |
#define dprintk | ( | x... | ) |
EXPORT_SYMBOL | ( | s5h1420_get_tuner_i2c_adapter | ) |
EXPORT_SYMBOL | ( | s5h1420_attach | ) |
MODULE_AUTHOR | ( | "Andrew de | Quincey, |
Patrick Boettcher" | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_PARM_DESC | ( | debug | , |
"enable debugging" | |||
) |
|
read |
|
read |