Lines Matching refs:mxl5007t_state
139 struct mxl5007t_state { struct
201 static void mxl5007t_set_mode_bits(struct mxl5007t_state *state, in mxl5007t_set_mode_bits()
227 static void mxl5007t_set_if_freq_bits(struct mxl5007t_state *state, in mxl5007t_set_if_freq_bits()
281 static void mxl5007t_set_xtal_freq_bits(struct mxl5007t_state *state, in mxl5007t_set_xtal_freq_bits()
350 static struct reg_pair_t *mxl5007t_calc_init_regs(struct mxl5007t_state *state, in mxl5007t_calc_init_regs()
380 static void mxl5007t_set_bw_bits(struct mxl5007t_state *state, in mxl5007t_set_bw_bits()
406 reg_pair_t *mxl5007t_calc_rf_tune_regs(struct mxl5007t_state *state, in mxl5007t_calc_rf_tune_regs()
448 static int mxl5007t_write_reg(struct mxl5007t_state *state, u8 reg, u8 val) in mxl5007t_write_reg()
463 static int mxl5007t_write_regs(struct mxl5007t_state *state, in mxl5007t_write_regs()
477 static int mxl5007t_read_reg(struct mxl5007t_state *state, u8 reg, u8 *val) in mxl5007t_read_reg()
496 static int mxl5007t_soft_reset(struct mxl5007t_state *state) in mxl5007t_soft_reset()
512 static int mxl5007t_tuner_init(struct mxl5007t_state *state, in mxl5007t_tuner_init()
529 static int mxl5007t_tuner_rf_tune(struct mxl5007t_state *state, u32 rf_freq_hz, in mxl5007t_tuner_rf_tune()
548 static int mxl5007t_synth_lock_status(struct mxl5007t_state *state, in mxl5007t_synth_lock_status()
574 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_status()
603 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_set_params()
668 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_init()
686 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_sleep()
708 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_frequency()
715 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_bandwidth()
722 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_if_frequency()
766 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_release()
794 static int mxl5007t_get_chip_id(struct mxl5007t_state *state) in mxl5007t_get_chip_id()
849 struct mxl5007t_state *state = NULL; in mxl5007t_attach()
853 instance = hybrid_tuner_request_state(struct mxl5007t_state, state, in mxl5007t_attach()