|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/string.h>#include <linux/slab.h>#include <linux/i2c.h>#include "stv0367.h"#include "stv0367_regs.h"#include "stv0367_priv.h"Go to the source code of this file.
Data Structures | |
| struct | stv0367cab_state |
| struct | stv0367ter_state |
| struct | stv0367_state |
| struct | st_register |
Macros | |
| #define | dprintk(args...) |
| #define | RF_LOOKUP_TABLE_SIZE 31 |
| #define | RF_LOOKUP_TABLE2_SIZE 16 |
Functions | |
| module_param_named (debug, stvdebug, int, 0644) | |
| module_param_named (i2c_debug, i2cdebug, int, 0644) | |
| u8 | stv0367_getbits (u8 reg, u32 label) |
| enum stv0367_ter_signal_type | stv0367ter_lock_algo (struct stv0367_state *state) |
| int | stv0367ter_init (struct dvb_frontend *fe) |
| struct dvb_frontend * | stv0367ter_attach (const struct stv0367_config *config, struct i2c_adapter *i2c) |
| EXPORT_SYMBOL (stv0367ter_attach) | |
| enum stv0367cab_mod | stv0367cab_SetQamSize (struct stv0367_state *state, u32 SymbolRate, enum stv0367cab_mod QAMSize) |
| int | stv0367cab_init (struct dvb_frontend *fe) |
| struct dvb_frontend * | stv0367cab_attach (const struct stv0367_config *config, struct i2c_adapter *i2c) |
| EXPORT_SYMBOL (stv0367cab_attach) | |
| MODULE_PARM_DESC (debug,"Set debug") | |
| MODULE_PARM_DESC (i2c_debug,"Set i2c debug") | |
| MODULE_AUTHOR ("Igor M. Liplianin") | |
| MODULE_DESCRIPTION ("ST STV0367 DVB-C/T demodulator driver") | |
| MODULE_LICENSE ("GPL") | |
Variables | |
| s32 | stv0367cab_RF_LookUp1 [RF_LOOKUP_TABLE_SIZE][RF_LOOKUP_TABLE_SIZE] |
| s32 | stv0367cab_RF_LookUp2 [RF_LOOKUP_TABLE2_SIZE][RF_LOOKUP_TABLE2_SIZE] |
| #define dprintk | ( | args... | ) |
| EXPORT_SYMBOL | ( | stv0367ter_attach | ) |
| EXPORT_SYMBOL | ( | stv0367cab_attach | ) |
| MODULE_AUTHOR | ( | "Igor M. Liplianin" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
|
read |
| int stv0367cab_init | ( | struct dvb_frontend * | fe | ) |
| enum stv0367cab_mod stv0367cab_SetQamSize | ( | struct stv0367_state * | state, |
| u32 | SymbolRate, | ||
| enum stv0367cab_mod | QAMSize | ||
| ) |
|
read |
| int stv0367ter_init | ( | struct dvb_frontend * | fe | ) |
| enum stv0367_ter_signal_type stv0367ter_lock_algo | ( | struct stv0367_state * | state | ) |
| s32 stv0367cab_RF_LookUp1[RF_LOOKUP_TABLE_SIZE][RF_LOOKUP_TABLE_SIZE] |
| s32 stv0367cab_RF_LookUp2[RF_LOOKUP_TABLE2_SIZE][RF_LOOKUP_TABLE2_SIZE] |
1.8.2