Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include "dvb_frontend.h"
#include "s5h1411.h"
Go to the source code of this file.
Data Structures | |
struct | s5h1411_state |
struct | init_tab |
struct | vsb_snr_tab |
struct | qam64_snr_tab |
struct | qam256_snr_tab |
Macros | |
#define | dprintk(arg...) |
Functions | |
struct dvb_frontend * | s5h1411_attach (const struct s5h1411_config *config, struct i2c_adapter *i2c) |
EXPORT_SYMBOL (s5h1411_attach) | |
module_param (debug, int, 0644) | |
MODULE_PARM_DESC (debug,"Enable verbose debug messages") | |
MODULE_DESCRIPTION ("Samsung S5H1411 QAM-B/ATSC Demodulator driver") | |
MODULE_AUTHOR ("Steven Toth") | |
MODULE_LICENSE ("GPL") | |
#define dprintk | ( | arg... | ) |
EXPORT_SYMBOL | ( | s5h1411_attach | ) |
MODULE_AUTHOR | ( | "Steven Toth" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
|
read |