Lines Matching defs:state
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() local
603 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_set_params() local
668 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_init() local
686 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_sleep() local
708 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_frequency() local
715 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_bandwidth() local
722 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_if_frequency() local
766 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_release() local
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() local