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