Lines Matching refs:dvb_frontend
60 struct dvb_frontend frontend;
97 static int stv0299_write(struct dvb_frontend* fe, const u8 buf[], int len) in stv0299_write()
225 static int stv0299_set_symbolrate (struct dvb_frontend* fe, u32 srate) in stv0299_set_symbolrate()
275 static int stv0299_send_diseqc_msg (struct dvb_frontend* fe, in stv0299_send_diseqc_msg()
306 static int stv0299_send_diseqc_burst(struct dvb_frontend *fe, in stv0299_send_diseqc_burst()
334 static int stv0299_set_tone(struct dvb_frontend *fe, in stv0299_set_tone()
357 static int stv0299_set_voltage(struct dvb_frontend *fe, in stv0299_set_voltage()
403 static int stv0299_send_legacy_dish_cmd (struct dvb_frontend* fe, unsigned long cmd) in stv0299_send_legacy_dish_cmd()
457 static int stv0299_init (struct dvb_frontend* fe) in stv0299_init()
484 static int stv0299_read_status(struct dvb_frontend *fe, in stv0299_read_status()
513 static int stv0299_read_ber(struct dvb_frontend* fe, u32* ber) in stv0299_read_ber()
525 static int stv0299_read_signal_strength(struct dvb_frontend* fe, u16* strength) in stv0299_read_signal_strength()
542 static int stv0299_read_snr(struct dvb_frontend* fe, u16* snr) in stv0299_read_snr()
554 static int stv0299_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks) in stv0299_read_ucblocks()
568 static int stv0299_set_frontend(struct dvb_frontend *fe) in stv0299_set_frontend()
605 static int stv0299_get_frontend(struct dvb_frontend *fe) in stv0299_get_frontend()
631 static int stv0299_sleep(struct dvb_frontend* fe) in stv0299_sleep()
641 static int stv0299_i2c_gate_ctrl(struct dvb_frontend* fe, int enable) in stv0299_i2c_gate_ctrl()
654 static int stv0299_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fe… in stv0299_get_tune_settings()
670 static void stv0299_release(struct dvb_frontend* fe) in stv0299_release()
678 struct dvb_frontend* stv0299_attach(const struct stv0299_config* config, in stv0299_attach()