Lines Matching refs:dvb_frontend
39 struct dvb_frontend frontend;
192 static int ves1820_init(struct dvb_frontend* fe) in ves1820_init()
209 static int ves1820_set_parameters(struct dvb_frontend *fe) in ves1820_set_parameters()
241 static int ves1820_read_status(struct dvb_frontend *fe, in ves1820_read_status()
268 static int ves1820_read_ber(struct dvb_frontend* fe, u32* ber) in ves1820_read_ber()
280 static int ves1820_read_signal_strength(struct dvb_frontend* fe, u16* strength) in ves1820_read_signal_strength()
290 static int ves1820_read_snr(struct dvb_frontend* fe, u16* snr) in ves1820_read_snr()
300 static int ves1820_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks) in ves1820_read_ucblocks()
315 static int ves1820_get_frontend(struct dvb_frontend *fe) in ves1820_get_frontend()
347 static int ves1820_sleep(struct dvb_frontend* fe) in ves1820_sleep()
357 static int ves1820_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fe… in ves1820_get_tune_settings()
366 static void ves1820_release(struct dvb_frontend* fe) in ves1820_release()
374 struct dvb_frontend* ves1820_attach(const struct ves1820_config* config, in ves1820_attach()