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