Lines Matching defs:fe

96 static int stv0299_write(struct dvb_frontend* fe, const u8 buf[], int len)  in stv0299_write()
224 static int stv0299_set_symbolrate (struct dvb_frontend* fe, u32 srate) in stv0299_set_symbolrate()
274 static int stv0299_send_diseqc_msg (struct dvb_frontend* fe, in stv0299_send_diseqc_msg()
305 static int stv0299_send_diseqc_burst (struct dvb_frontend* fe, fe_sec_mini_cmd_t burst) in stv0299_send_diseqc_burst()
332 static int stv0299_set_tone (struct dvb_frontend* fe, fe_sec_tone_mode_t tone) in stv0299_set_tone()
354 static int stv0299_set_voltage (struct dvb_frontend* fe, fe_sec_voltage_t voltage) in stv0299_set_voltage()
399 static int stv0299_send_legacy_dish_cmd (struct dvb_frontend* fe, unsigned long cmd) in stv0299_send_legacy_dish_cmd()
452 static int stv0299_init (struct dvb_frontend* fe) in stv0299_init()
479 static int stv0299_read_status(struct dvb_frontend* fe, fe_status_t* status) in stv0299_read_status()
507 static int stv0299_read_ber(struct dvb_frontend* fe, u32* ber) in stv0299_read_ber()
519 static int stv0299_read_signal_strength(struct dvb_frontend* fe, u16* strength) in stv0299_read_signal_strength()
536 static int stv0299_read_snr(struct dvb_frontend* fe, u16* snr) in stv0299_read_snr()
548 static int stv0299_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks) in stv0299_read_ucblocks()
562 static int stv0299_set_frontend(struct dvb_frontend *fe) in stv0299_set_frontend()
599 static int stv0299_get_frontend(struct dvb_frontend *fe) in stv0299_get_frontend()
625 static int stv0299_sleep(struct dvb_frontend* fe) in stv0299_sleep()
635 static int stv0299_i2c_gate_ctrl(struct dvb_frontend* fe, int enable) in stv0299_i2c_gate_ctrl()
648 static int stv0299_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fe… in stv0299_get_tune_settings()
664 static void stv0299_release(struct dvb_frontend* fe) in stv0299_release()