#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 "s5h1409.h"
Go to the source code of this file.
|
| struct | s5h1409_state |
| |
| struct | init_tab |
| |
| struct | vsb_snr_tab |
| |
| struct | qam64_snr_tab |
| |
| struct | qam256_snr_tab |
| |
| #define QAM_STATE_INTERLEAVE_SET 2 |
| #define QAM_STATE_QAM_OPTIMIZED_L1 3 |
| #define QAM_STATE_QAM_OPTIMIZED_L2 4 |
| #define QAM_STATE_QAM_OPTIMIZED_L3 5 |
| #define QAM_STATE_TUNING_STARTED 1 |
| #define QAM_STATE_UNTUNED 0 |
| #define S5H1409_VSB_IF_FREQ 5380 |
| MODULE_AUTHOR |
( |
"Steven Toth" |
| ) |
|
| MODULE_DESCRIPTION |
( |
"Samsung S5H1409 QAM-B/ATSC Demodulator driver" |
| ) |
|