Lines Matching refs:stv

81 struct stv {
132 static int write_reg(struct stv *state, u16 reg, u8 val)
164 static int read_reg(struct stv *state, u16 reg, u8 *val)
170 static int read_regs(struct stv *state, u16 reg, u8 *val, int len)
176 static int write_shared_reg(struct stv *state, u16 reg, u8 mask, u8 val)
189 static int write_field(struct stv *state, u32 field, u8 val)
433 static u8 get_optim_cloop(struct stv *state,
460 static int get_cur_symbol_rate(struct stv *state, u32 *p_symbol_rate)
501 static int get_signal_parameters(struct stv *state)
541 static int tracking_optimization(struct stv *state)
631 static int get_signal_to_noise(struct stv *state, s32 *signal_to_noise)
664 static int get_bit_error_rate_s(struct stv *state, u32 *bernumerator,
739 static int get_bit_error_rate_s2(struct stv *state, u32 *bernumerator,
773 static int get_bit_error_rate(struct stv *state, u32 *bernumerator,
792 static int set_mclock(struct stv *state, u32 master_clock)
855 static int stop(struct stv *state)
875 static void set_pls(struct stv *state, u32 pls_code)
890 static void set_isi(struct stv *state, u32 isi)
907 static void set_stream_modes(struct stv *state,
914 static int init_search_param(struct stv *state,
932 static int enable_puncture_rate(struct stv *state, enum fe_code_rate rate)
961 static int set_vth_default(struct stv *state)
978 static int set_vth(struct stv *state)
1010 static int start(struct stv *state, struct dtv_frontend_properties *p)
1126 static int init_diseqc(struct stv *state)
1139 static int probe(struct stv *state)
1225 struct stv *state = fe->demodulator_priv;
1266 struct stv *state = fe->demodulator_priv;
1279 struct stv *state = fe->demodulator_priv;
1290 static int manage_matype_info(struct stv *state)
1313 struct stv *state = fe->demodulator_priv;
1329 struct stv *state = fe->demodulator_priv;
1345 struct stv *state = fe->demodulator_priv;
1372 struct stv *state = fe->demodulator_priv;
1544 struct stv *state = fe->demodulator_priv;
1611 struct stv *state = fe->demodulator_priv;
1639 struct stv *state = fe->demodulator_priv;
1653 static int wait_dis(struct stv *state, u8 flag, u8 val)
1671 struct stv *state = fe->demodulator_priv;
1687 struct stv *state = fe->demodulator_priv;
1709 struct stv *state = fe->demodulator_priv;
1753 static void stv0910_init_stats(struct stv *state)
1771 struct stv *state;