Lines Matching refs:mxl5007t_state
148 struct mxl5007t_state { struct
210 static void mxl5007t_set_mode_bits(struct mxl5007t_state *state, in mxl5007t_set_mode_bits()
236 static void mxl5007t_set_if_freq_bits(struct mxl5007t_state *state, in mxl5007t_set_if_freq_bits()
290 static void mxl5007t_set_xtal_freq_bits(struct mxl5007t_state *state, in mxl5007t_set_xtal_freq_bits()
359 static struct reg_pair_t *mxl5007t_calc_init_regs(struct mxl5007t_state *state, in mxl5007t_calc_init_regs()
389 static void mxl5007t_set_bw_bits(struct mxl5007t_state *state, in mxl5007t_set_bw_bits()
415 reg_pair_t *mxl5007t_calc_rf_tune_regs(struct mxl5007t_state *state, in mxl5007t_calc_rf_tune_regs()
457 static int mxl5007t_write_reg(struct mxl5007t_state *state, u8 reg, u8 val) in mxl5007t_write_reg()
472 static int mxl5007t_write_regs(struct mxl5007t_state *state, in mxl5007t_write_regs()
486 static int mxl5007t_read_reg(struct mxl5007t_state *state, u8 reg, u8 *val) in mxl5007t_read_reg()
505 static int mxl5007t_soft_reset(struct mxl5007t_state *state) in mxl5007t_soft_reset()
521 static int mxl5007t_tuner_init(struct mxl5007t_state *state, in mxl5007t_tuner_init()
538 static int mxl5007t_tuner_rf_tune(struct mxl5007t_state *state, u32 rf_freq_hz, in mxl5007t_tuner_rf_tune()
557 static int mxl5007t_synth_lock_status(struct mxl5007t_state *state, in mxl5007t_synth_lock_status()
583 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_status()
612 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_set_params()
677 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_init()
695 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_sleep()
717 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_frequency()
724 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_bandwidth()
731 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_if_frequency()
775 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_release()
803 static int mxl5007t_get_chip_id(struct mxl5007t_state *state) in mxl5007t_get_chip_id()
858 struct mxl5007t_state *state = NULL; in mxl5007t_attach()
862 instance = hybrid_tuner_request_state(struct mxl5007t_state, state, in mxl5007t_attach()