Lines Matching refs:dvb_frontend

59 	struct dvb_frontend frontend;
104 static int af9005_is_fecmon_available(struct dvb_frontend *fe, int *available) in af9005_is_fecmon_available()
132 static int af9005_get_post_vit_err_cw_count(struct dvb_frontend *fe, in af9005_get_post_vit_err_cw_count()
216 static int af9005_get_post_vit_ber(struct dvb_frontend *fe, in af9005_get_post_vit_ber()
236 static int af9005_get_pre_vit_err_bit_count(struct dvb_frontend *fe, in af9005_get_pre_vit_err_bit_count()
333 static int af9005_reset_pre_viterbi(struct dvb_frontend *fe) in af9005_reset_pre_viterbi()
357 static int af9005_reset_post_viterbi(struct dvb_frontend *fe) in af9005_reset_post_viterbi()
382 static int af9005_get_statistic(struct dvb_frontend *fe) in af9005_get_statistic()
426 static int af9005_fe_refresh_state(struct dvb_frontend *fe) in af9005_fe_refresh_state()
440 static int af9005_fe_read_status(struct dvb_frontend *fe, in af9005_fe_read_status()
490 static int af9005_fe_read_ber(struct dvb_frontend *fe, u32 * ber) in af9005_fe_read_ber()
500 static int af9005_fe_read_unc_blocks(struct dvb_frontend *fe, u32 * unc) in af9005_fe_read_unc_blocks()
510 static int af9005_fe_read_signal_strength(struct dvb_frontend *fe, in af9005_fe_read_signal_strength()
535 static int af9005_fe_read_snr(struct dvb_frontend *fe, u16 * snr) in af9005_fe_read_snr()
798 static int af9005_fe_power(struct dvb_frontend *fe, int on) in af9005_fe_power()
816 static int af9005_fe_init(struct dvb_frontend *fe) in af9005_fe_init()
1084 static int af9005_fe_sleep(struct dvb_frontend *fe) in af9005_fe_sleep()
1089 static int af9005_ts_bus_ctrl(struct dvb_frontend *fe, int acquire) in af9005_ts_bus_ctrl()
1104 static int af9005_fe_set_frontend(struct dvb_frontend *fe) in af9005_fe_set_frontend()
1230 static int af9005_fe_get_frontend(struct dvb_frontend *fe) in af9005_fe_get_frontend()
1426 static void af9005_fe_release(struct dvb_frontend *fe) in af9005_fe_release()
1435 struct dvb_frontend *af9005_fe_attach(struct dvb_usb_device *d) in af9005_fe_attach()