Lines Matching refs:dvb_frontend
39 struct dvb_frontend frontend;
191 static int ves1820_init(struct dvb_frontend* fe) in ves1820_init()
208 static int ves1820_set_parameters(struct dvb_frontend *fe) in ves1820_set_parameters()
240 static int ves1820_read_status(struct dvb_frontend* fe, fe_status_t* status) in ves1820_read_status()
266 static int ves1820_read_ber(struct dvb_frontend* fe, u32* ber) in ves1820_read_ber()
278 static int ves1820_read_signal_strength(struct dvb_frontend* fe, u16* strength) in ves1820_read_signal_strength()
288 static int ves1820_read_snr(struct dvb_frontend* fe, u16* snr) in ves1820_read_snr()
298 static int ves1820_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks) in ves1820_read_ucblocks()
313 static int ves1820_get_frontend(struct dvb_frontend *fe) in ves1820_get_frontend()
345 static int ves1820_sleep(struct dvb_frontend* fe) in ves1820_sleep()
355 static int ves1820_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fe… in ves1820_get_tune_settings()
364 static void ves1820_release(struct dvb_frontend* fe) in ves1820_release()
372 struct dvb_frontend* ves1820_attach(const struct ves1820_config* config, in ves1820_attach()