• Home
  • Raw
  • Download

Lines Matching defs:fe

85 static int stv0299_write(struct dvb_frontend* fe, const u8 buf[], int len)  in stv0299_write()
213 static int stv0299_set_symbolrate (struct dvb_frontend* fe, u32 srate) in stv0299_set_symbolrate()
263 static int stv0299_send_diseqc_msg (struct dvb_frontend* fe, in stv0299_send_diseqc_msg()
294 static int stv0299_send_diseqc_burst(struct dvb_frontend *fe, in stv0299_send_diseqc_burst()
322 static int stv0299_set_tone(struct dvb_frontend *fe, in stv0299_set_tone()
345 static int stv0299_set_voltage(struct dvb_frontend *fe, in stv0299_set_voltage()
391 static int stv0299_send_legacy_dish_cmd (struct dvb_frontend* fe, unsigned long cmd) in stv0299_send_legacy_dish_cmd()
445 static int stv0299_init (struct dvb_frontend* fe) in stv0299_init()
472 static int stv0299_read_status(struct dvb_frontend *fe, in stv0299_read_status()
501 static int stv0299_read_ber(struct dvb_frontend* fe, u32* ber) in stv0299_read_ber()
513 static int stv0299_read_signal_strength(struct dvb_frontend* fe, u16* strength) in stv0299_read_signal_strength()
530 static int stv0299_read_snr(struct dvb_frontend* fe, u16* snr) in stv0299_read_snr()
542 static int stv0299_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks) in stv0299_read_ucblocks()
556 static int stv0299_set_frontend(struct dvb_frontend *fe) in stv0299_set_frontend()
593 static int stv0299_get_frontend(struct dvb_frontend *fe, in stv0299_get_frontend()
619 static int stv0299_sleep(struct dvb_frontend* fe) in stv0299_sleep()
629 static int stv0299_i2c_gate_ctrl(struct dvb_frontend* fe, int enable) in stv0299_i2c_gate_ctrl()
642 static int stv0299_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fe… in stv0299_get_tune_settings()
658 static void stv0299_release(struct dvb_frontend* fe) in stv0299_release()