Lines Matching defs:state

683 static int stv090x_read_reg(struct stv090x_state *state, unsigned int reg)  in stv090x_read_reg()
712 static int stv090x_write_regs(struct stv090x_state *state, unsigned int reg, u8 *data, u32 count) in stv090x_write_regs()
744 static int stv090x_write_reg(struct stv090x_state *state, unsigned int reg, u8 data) in stv090x_write_reg()
751 static inline void stv090x_tuner_i2c_lock(struct stv090x_state *state) in stv090x_tuner_i2c_lock()
759 static inline void stv090x_tuner_i2c_unlock(struct stv090x_state *state) in stv090x_tuner_i2c_unlock()
767 static int stv090x_i2c_gate_ctrl(struct stv090x_state *state, int enable) in stv090x_i2c_gate_ctrl()
807 static void stv090x_get_lock_tmg(struct stv090x_state *state) in stv090x_get_lock_tmg()
854 static int stv090x_set_srate(struct stv090x_state *state, u32 srate) in stv090x_set_srate()
880 static int stv090x_set_max_srate(struct stv090x_state *state, u32 clk, u32 srate) in stv090x_set_max_srate()
914 static int stv090x_set_min_srate(struct stv090x_state *state, u32 clk, u32 srate) in stv090x_set_min_srate()
960 static int stv090x_set_vit_thacq(struct stv090x_state *state) in stv090x_set_vit_thacq()
980 static int stv090x_set_vit_thtracq(struct stv090x_state *state) in stv090x_set_vit_thtracq()
1000 static int stv090x_set_viterbi(struct stv090x_state *state) in stv090x_set_viterbi()
1078 static int stv090x_stop_modcod(struct stv090x_state *state) in stv090x_stop_modcod()
1118 static int stv090x_activate_modcod(struct stv090x_state *state) in stv090x_activate_modcod()
1159 static int stv090x_activate_modcod_single(struct stv090x_state *state) in stv090x_activate_modcod_single()
1202 static int stv090x_vitclk_ctl(struct stv090x_state *state, int enable) in stv090x_vitclk_ctl()
1236 static int stv090x_dvbs_track_crl(struct stv090x_state *state) in stv090x_dvbs_track_crl()
1270 static int stv090x_delivery_search(struct stv090x_state *state) in stv090x_delivery_search()
1402 static int stv090x_start_search(struct stv090x_state *state) in stv090x_start_search()
1590 static int stv090x_get_agc2_min_level(struct stv090x_state *state) in stv090x_get_agc2_min_level()
1658 static u32 stv090x_get_srate(struct stv090x_state *state, u32 clk) in stv090x_get_srate()
1683 static u32 stv090x_srate_srch_coarse(struct stv090x_state *state) in stv090x_srate_srch_coarse()
1849 static u32 stv090x_srate_srch_fine(struct stv090x_state *state) in stv090x_srate_srch_fine()
1947 static int stv090x_get_dmdlock(struct stv090x_state *state, s32 timeout) in stv090x_get_dmdlock()
1981 static int stv090x_blind_search(struct stv090x_state *state) in stv090x_blind_search()
2064 static int stv090x_chk_tmg(struct stv090x_state *state) in stv090x_chk_tmg()
2132 static int stv090x_get_coldlock(struct stv090x_state *state, s32 timeout_dmd) in stv090x_get_coldlock()
2246 static int stv090x_get_loop_params(struct stv090x_state *state, s32 *freq_inc, s32 *timeout_sw, s32… in stv090x_get_loop_params()
2306 static int stv090x_chk_signal(struct stv090x_state *state) in stv090x_chk_signal()
2337 static int stv090x_search_car_loop(struct stv090x_state *state, s32 inc, s32 timeout, int zigzag, s… in stv090x_search_car_loop()
2401 static int stv090x_sw_algo(struct stv090x_state *state) in stv090x_sw_algo()
2503 static enum stv090x_delsys stv090x_get_std(struct stv090x_state *state) in stv090x_get_std()
2525 static s32 stv090x_get_car_freq(struct stv090x_state *state, u32 mclk) in stv090x_get_car_freq()
2548 static int stv090x_get_viterbi(struct stv090x_state *state) in stv090x_get_viterbi()
2588 static enum stv090x_signal_state stv090x_get_sig_params(struct stv090x_state *state) in stv090x_get_sig_params()
2666 static u32 stv090x_get_tmgoffst(struct stv090x_state *state, u32 srate) in stv090x_get_tmgoffst()
2684 static u8 stv090x_optimize_carloop(struct stv090x_state *state, enum stv090x_modcod modcod, s32 pil… in stv090x_optimize_carloop()
2795 static u8 stv090x_optimize_carloop_short(struct stv090x_state *state) in stv090x_optimize_carloop_short()
2839 static int stv090x_optimize_track(struct stv090x_state *state) in stv090x_optimize_track()
3085 static int stv090x_get_feclock(struct stv090x_state *state, s32 timeout) in stv090x_get_feclock()
3119 static int stv090x_get_lock(struct stv090x_state *state, s32 timeout_dmd, s32 timeout_fec) in stv090x_get_lock()
3143 static int stv090x_set_s2rolloff(struct stv090x_state *state) in stv090x_set_s2rolloff()
3167 static enum stv090x_signal_state stv090x_algo(struct stv090x_state *state) in stv090x_algo()
3426 static int stv090x_set_pls(struct stv090x_state *state, u32 pls_code) in stv090x_set_pls()
3441 static int stv090x_set_mis(struct stv090x_state *state, int mis) in stv090x_set_mis()
3470 struct stv090x_state *state = fe->demodulator_priv; in stv090x_search() local
3519 struct stv090x_state *state = fe->demodulator_priv; in stv090x_read_status() local
3571 struct stv090x_state *state = fe->demodulator_priv; in stv090x_read_per() local
3658 struct stv090x_state *state = fe->demodulator_priv; in stv090x_read_signal_strength() local
3682 struct stv090x_state *state = fe->demodulator_priv; in stv090x_read_cnr() local
3745 struct stv090x_state *state = fe->demodulator_priv; in stv090x_set_tone() local
3784 struct stv090x_state *state = fe->demodulator_priv; in stv090x_send_diseqc_msg() local
3836 struct stv090x_state *state = fe->demodulator_priv; in stv090x_send_diseqc_burst() local
3893 struct stv090x_state *state = fe->demodulator_priv; in stv090x_recv_slave_reply() local
3914 struct stv090x_state *state = fe->demodulator_priv; in stv090x_sleep() local
4050 struct stv090x_state *state = fe->demodulator_priv; in stv090x_wakeup() local
4147 struct stv090x_state *state = fe->demodulator_priv; in stv090x_release() local
4161 static int stv090x_ldpc_mode(struct stv090x_state *state, enum stv090x_mode ldpc_mode) in stv090x_ldpc_mode()
4261 static u32 stv090x_get_mclk(struct stv090x_state *state) in stv090x_get_mclk()
4274 static int stv090x_set_mclk(struct stv090x_state *state, u32 mclk, u32 clk) in stv090x_set_mclk()
4304 static int stv0900_set_tspath(struct stv090x_state *state) in stv0900_set_tspath()
4575 static int stv0903_set_tspath(struct stv090x_state *state) in stv0903_set_tspath()
4692 struct stv090x_state *state = fe->demodulator_priv; in stv090x_init() local
4771 struct stv090x_state *state = fe->demodulator_priv; in stv090x_setup() local
4887 struct stv090x_state *state = fe->demodulator_priv; in stv090x_set_gpio() local
4897 static int stv090x_setup_compound(struct stv090x_state *state) in stv090x_setup_compound()
4991 struct stv090x_state *state = i2c_get_clientdata(client); in stv090x_get_dvb_frontend() local
5003 struct stv090x_state *state = NULL; in stv090x_probe() local
5041 struct stv090x_state *state = i2c_get_clientdata(client); in stv090x_remove() local
5051 struct stv090x_state *state = NULL; in stv090x_attach() local