Lines Matching defs:state

216 static void mxl5007t_set_mode_bits(struct mxl5007t_state *state,  in mxl5007t_set_mode_bits()
242 static void mxl5007t_set_if_freq_bits(struct mxl5007t_state *state, in mxl5007t_set_if_freq_bits()
296 static void mxl5007t_set_xtal_freq_bits(struct mxl5007t_state *state, in mxl5007t_set_xtal_freq_bits()
365 static struct reg_pair_t *mxl5007t_calc_init_regs(struct mxl5007t_state *state, in mxl5007t_calc_init_regs()
395 static void mxl5007t_set_bw_bits(struct mxl5007t_state *state, in mxl5007t_set_bw_bits()
421 reg_pair_t *mxl5007t_calc_rf_tune_regs(struct mxl5007t_state *state, in mxl5007t_calc_rf_tune_regs()
463 static int mxl5007t_write_reg(struct mxl5007t_state *state, u8 reg, u8 val) in mxl5007t_write_reg()
478 static int mxl5007t_write_regs(struct mxl5007t_state *state, in mxl5007t_write_regs()
492 static int mxl5007t_read_reg(struct mxl5007t_state *state, u8 reg, u8 *val) in mxl5007t_read_reg()
511 static int mxl5007t_soft_reset(struct mxl5007t_state *state) in mxl5007t_soft_reset()
527 static int mxl5007t_tuner_init(struct mxl5007t_state *state, in mxl5007t_tuner_init()
544 static int mxl5007t_tuner_rf_tune(struct mxl5007t_state *state, u32 rf_freq_hz, in mxl5007t_tuner_rf_tune()
563 static int mxl5007t_synth_lock_status(struct mxl5007t_state *state, in mxl5007t_synth_lock_status()
589 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_status() local
618 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_set_params() local
683 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_init() local
701 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_sleep() local
723 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_frequency() local
730 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_bandwidth() local
737 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_get_if_frequency() local
781 struct mxl5007t_state *state = fe->tuner_priv; in mxl5007t_release() local
811 static int mxl5007t_get_chip_id(struct mxl5007t_state *state) in mxl5007t_get_chip_id()
866 struct mxl5007t_state *state = NULL; in mxl5007t_attach() local