Lines Matching refs:mxl111sf_demod_state

22 struct mxl111sf_demod_state {  struct
32 static int mxl111sf_demod_read_reg(struct mxl111sf_demod_state *state, in mxl111sf_demod_read_reg() argument
40 static int mxl111sf_demod_write_reg(struct mxl111sf_demod_state *state, in mxl111sf_demod_write_reg()
49 int mxl111sf_demod_program_regs(struct mxl111sf_demod_state *state, in mxl111sf_demod_program_regs()
61 int mxl1x1sf_demod_get_tps_code_rate(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_code_rate()
92 int mxl1x1sf_demod_get_tps_modulation(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_modulation()
117 int mxl1x1sf_demod_get_tps_guard_fft_mode(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_guard_fft_mode()
142 int mxl1x1sf_demod_get_tps_guard_interval(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_guard_interval()
170 int mxl1x1sf_demod_get_tps_hierarchy(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_hierarchy()
201 int mxl1x1sf_demod_get_sync_lock_status(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_sync_lock_status()
214 int mxl1x1sf_demod_get_rs_lock_status(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_rs_lock_status()
227 int mxl1x1sf_demod_get_tps_lock_status(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_tps_lock_status()
240 int mxl1x1sf_demod_get_fec_lock_status(struct mxl111sf_demod_state *state, in mxl1x1sf_demod_get_fec_lock_status()
254 int mxl1x1sf_demod_get_cp_lock_status(struct mxl111sf_demod_state *state,
267 static int mxl1x1sf_demod_reset_irq_status(struct mxl111sf_demod_state *state) in mxl1x1sf_demod_reset_irq_status()
276 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_set_frontend()
313 int mxl1x1sf_demod_reset_packet_error_count(struct mxl111sf_demod_state *state)
328 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_read_ucblocks()
376 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_read_ber()
397 static int mxl111sf_demod_calc_snr(struct mxl111sf_demod_state *state, in mxl111sf_demod_calc_snr()
419 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_read_snr()
433 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_read_status()
469 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_read_signal_strength()
505 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_get_frontend()
538 struct mxl111sf_demod_state *state = fe->demodulator_priv; in mxl111sf_demod_release()
576 struct mxl111sf_demod_state *state = NULL; in mxl111sf_demod_attach()
580 state = kzalloc(sizeof(struct mxl111sf_demod_state), GFP_KERNEL); in mxl111sf_demod_attach()