Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
tda18271-common.c File Reference
#include "tda18271-priv.h"

Go to the source code of this file.

Functions

int tda18271_read_regs (struct dvb_frontend *fe)
 
int tda18271_read_extended (struct dvb_frontend *fe)
 
int tda18271_write_regs (struct dvb_frontend *fe, int idx, int len)
 
int tda18271_charge_pump_source (struct dvb_frontend *fe, enum tda18271_pll pll, int force)
 
int tda18271_init_regs (struct dvb_frontend *fe)
 
int tda18271_set_standby_mode (struct dvb_frontend *fe, int sm, int sm_lt, int sm_xt)
 
int tda18271_calc_main_pll (struct dvb_frontend *fe, u32 freq)
 
int tda18271_calc_cal_pll (struct dvb_frontend *fe, u32 freq)
 
int tda18271_calc_bp_filter (struct dvb_frontend *fe, u32 *freq)
 
int tda18271_calc_km (struct dvb_frontend *fe, u32 *freq)
 
int tda18271_calc_rf_band (struct dvb_frontend *fe, u32 *freq)
 
int tda18271_calc_gain_taper (struct dvb_frontend *fe, u32 *freq)
 
int tda18271_calc_ir_measure (struct dvb_frontend *fe, u32 *freq)
 
int tda18271_calc_rf_cal (struct dvb_frontend *fe, u32 *freq)
 
int _tda_printk (struct tda18271_priv *state, const char *level, const char *func, const char *fmt,...)
 

Function Documentation

int _tda_printk ( struct tda18271_priv state,
const char level,
const char func,
const char fmt,
  ... 
)

Definition at line 717 of file tda18271-common.c.

int tda18271_calc_bp_filter ( struct dvb_frontend fe,
u32 freq 
)

Definition at line 610 of file tda18271-common.c.

int tda18271_calc_cal_pll ( struct dvb_frontend fe,
u32  freq 
)

Definition at line 585 of file tda18271-common.c.

int tda18271_calc_gain_taper ( struct dvb_frontend fe,
u32 freq 
)

Definition at line 661 of file tda18271-common.c.

int tda18271_calc_ir_measure ( struct dvb_frontend fe,
u32 freq 
)

Definition at line 678 of file tda18271-common.c.

int tda18271_calc_km ( struct dvb_frontend fe,
u32 freq 
)

Definition at line 627 of file tda18271-common.c.

int tda18271_calc_main_pll ( struct dvb_frontend fe,
u32  freq 
)

Definition at line 562 of file tda18271-common.c.

int tda18271_calc_rf_band ( struct dvb_frontend fe,
u32 freq 
)

Definition at line 644 of file tda18271-common.c.

int tda18271_calc_rf_cal ( struct dvb_frontend fe,
u32 freq 
)

Definition at line 695 of file tda18271-common.c.

int tda18271_charge_pump_source ( struct dvb_frontend fe,
enum tda18271_pll  pll,
int  force 
)

Definition at line 282 of file tda18271-common.c.

int tda18271_init_regs ( struct dvb_frontend fe)

Definition at line 289 of file tda18271-common.c.

int tda18271_read_extended ( struct dvb_frontend fe)

Definition at line 150 of file tda18271-common.c.

int tda18271_read_regs ( struct dvb_frontend fe)

Definition at line 121 of file tda18271-common.c.

int tda18271_set_standby_mode ( struct dvb_frontend fe,
int  sm,
int  sm_lt,
int  sm_xt 
)

Definition at line 543 of file tda18271-common.c.

int tda18271_write_regs ( struct dvb_frontend fe,
int  idx,
int  len 
)

Definition at line 260 of file tda18271-common.c.