Lines Matching defs:stv

90 struct stv {
141 static int write_reg(struct stv *state, u16 reg, u8 val)
173 static int read_reg(struct stv *state, u16 reg, u8 *val)
179 static int read_regs(struct stv *state, u16 reg, u8 *val, int len)
185 static int write_shared_reg(struct stv *state, u16 reg, u8 mask, u8 val)
198 static int write_field(struct stv *state, u32 field, u8 val)
442 static u8 get_optim_cloop(struct stv *state,
469 static int get_cur_symbol_rate(struct stv *state, u32 *p_symbol_rate)
510 static int get_signal_parameters(struct stv *state)
550 static int tracking_optimization(struct stv *state)
640 static int get_signal_to_noise(struct stv *state, s32 *signal_to_noise)
673 static int get_bit_error_rate_s(struct stv *state, u32 *bernumerator,
748 static int get_bit_error_rate_s2(struct stv *state, u32 *bernumerator,
782 static int get_bit_error_rate(struct stv *state, u32 *bernumerator,
801 static int set_mclock(struct stv *state, u32 master_clock)
864 static int stop(struct stv *state)
884 static void set_pls(struct stv *state, u32 pls_code)
899 static void set_isi(struct stv *state, u32 isi)
916 static void set_stream_modes(struct stv *state,
923 static int init_search_param(struct stv *state,
941 static int enable_puncture_rate(struct stv *state, enum fe_code_rate rate)
970 static int set_vth_default(struct stv *state)
987 static int set_vth(struct stv *state)
1019 static int start(struct stv *state, struct dtv_frontend_properties *p)
1135 static int init_diseqc(struct stv *state)
1148 static int probe(struct stv *state)
1234 struct stv *state = fe->demodulator_priv;
1275 struct stv *state = fe->demodulator_priv;
1288 struct stv *state = fe->demodulator_priv;
1299 static int manage_matype_info(struct stv *state)
1322 struct stv *state = fe->demodulator_priv;
1338 struct stv *state = fe->demodulator_priv;
1354 struct stv *state = fe->demodulator_priv;
1381 struct stv *state = fe->demodulator_priv;
1553 struct stv *state = fe->demodulator_priv;
1620 struct stv *state = fe->demodulator_priv;
1648 struct stv *state = fe->demodulator_priv;
1662 static int wait_dis(struct stv *state, u8 flag, u8 val)
1680 struct stv *state = fe->demodulator_priv;
1696 struct stv *state = fe->demodulator_priv;
1718 struct stv *state = fe->demodulator_priv;
1762 static void stv0910_init_stats(struct stv *state)
1780 struct stv *state;