Lines Matching refs:mxl111sf_demod_state

35 struct mxl111sf_demod_state {  struct
45 static int mxl111sf_demod_read_reg(struct mxl111sf_demod_state *state, in mxl111sf_demod_read_reg() argument
53 static int mxl111sf_demod_write_reg(struct mxl111sf_demod_state *state, in mxl111sf_demod_write_reg()
62 int mxl111sf_demod_program_regs(struct mxl111sf_demod_state *state, in mxl111sf_demod_program_regs()
74 int mxl1x1sf_demod_get_tps_code_rate(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_code_rate()
105 int mxl1x1sf_demod_get_tps_modulation(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_modulation()
130 int mxl1x1sf_demod_get_tps_guard_fft_mode(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_guard_fft_mode()
155 int mxl1x1sf_demod_get_tps_guard_interval(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_guard_interval()
183 int mxl1x1sf_demod_get_tps_hierarchy(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_hierarchy()
214 int mxl1x1sf_demod_get_sync_lock_status(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_sync_lock_status()
227 int mxl1x1sf_demod_get_rs_lock_status(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_rs_lock_status()
240 int mxl1x1sf_demod_get_tps_lock_status(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_lock_status()
253 int mxl1x1sf_demod_get_fec_lock_status(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_fec_lock_status()
267 int mxl1x1sf_demod_get_cp_lock_status(struct mxl111sf_demod_state *state,
280 static int mxl1x1sf_demod_reset_irq_status(struct mxl111sf_demod_state *state) in mxl1x1sf_demod_reset_irq_status()
289 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_set_frontend()
326 int mxl1x1sf_demod_reset_packet_error_count(struct mxl111sf_demod_state *state)
341 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_read_ucblocks()
389 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_read_ber()
410 static int mxl111sf_demod_calc_snr(struct mxl111sf_demod_state *state, in mxl111sf_demod_calc_snr()
432 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_read_snr()
446 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_read_status()
482 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_read_signal_strength()
513 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_get_frontend()
546 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_release()
584 struct mxl111sf_demod_state *state = NULL; in mxl111sf_demod_attach()
588 state = kzalloc(sizeof(struct mxl111sf_demod_state), GFP_KERNEL); in mxl111sf_demod_attach()