Linux Kernel
3.7.1
|
#include "tda18271-priv.h"
Go to the source code of this file.
Data Structures | |
struct | tda18271_pll_map |
struct | tda18271_map |
struct | tda18271_thermo_map |
struct | tda18271_cid_target_map |
struct | tda18271_map_layout |
Functions | |
int | tda18271_lookup_thermometer (struct dvb_frontend *fe) |
int | tda18271_lookup_cid_target (struct dvb_frontend *fe, u32 *freq, u8 *cid_target, u16 *count_limit) |
int | tda18271_lookup_rf_band (struct dvb_frontend *fe, u32 *freq, u8 *rf_band) |
int | tda18271_lookup_pll_map (struct dvb_frontend *fe, enum tda18271_map_type map_type, u32 *freq, u8 *post_div, u8 *div) |
int | tda18271_lookup_map (struct dvb_frontend *fe, enum tda18271_map_type map_type, u32 *freq, u8 *val) |
int | tda18271_assign_map_layout (struct dvb_frontend *fe) |
int tda18271_assign_map_layout | ( | struct dvb_frontend * | fe | ) |
Definition at line 1285 of file tda18271-maps.c.
int tda18271_lookup_cid_target | ( | struct dvb_frontend * | fe, |
u32 * | freq, | ||
u8 * | cid_target, | ||
u16 * | count_limit | ||
) |
Definition at line 978 of file tda18271-maps.c.
int tda18271_lookup_map | ( | struct dvb_frontend * | fe, |
enum tda18271_map_type | map_type, | ||
u32 * | freq, | ||
u8 * | val | ||
) |
Definition at line 1118 of file tda18271-maps.c.
int tda18271_lookup_pll_map | ( | struct dvb_frontend * | fe, |
enum tda18271_map_type | map_type, | ||
u32 * | freq, | ||
u8 * | post_div, | ||
u8 * | div | ||
) |
Definition at line 1067 of file tda18271-maps.c.
int tda18271_lookup_rf_band | ( | struct dvb_frontend * | fe, |
u32 * | freq, | ||
u8 * | rf_band | ||
) |
Definition at line 1019 of file tda18271-maps.c.
int tda18271_lookup_thermometer | ( | struct dvb_frontend * | fe | ) |
Definition at line 932 of file tda18271-maps.c.