Lines Matching refs:dvb_frontend
41 struct dvb_frontend frontend;
264 static int ves1x93_init (struct dvb_frontend* fe) in ves1x93_init()
284 static int ves1x93_set_voltage (struct dvb_frontend* fe, fe_sec_voltage_t voltage) in ves1x93_set_voltage()
300 static int ves1x93_read_status(struct dvb_frontend* fe, fe_status_t* status) in ves1x93_read_status()
341 static int ves1x93_read_ber(struct dvb_frontend* fe, u32* ber) in ves1x93_read_ber()
353 static int ves1x93_read_signal_strength(struct dvb_frontend* fe, u16* strength) in ves1x93_read_signal_strength()
363 static int ves1x93_read_snr(struct dvb_frontend* fe, u16* snr) in ves1x93_read_snr()
373 static int ves1x93_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks) in ves1x93_read_ucblocks()
388 static int ves1x93_set_frontend(struct dvb_frontend *fe) in ves1x93_set_frontend()
406 static int ves1x93_get_frontend(struct dvb_frontend *fe) in ves1x93_get_frontend()
430 static int ves1x93_sleep(struct dvb_frontend* fe) in ves1x93_sleep()
437 static void ves1x93_release(struct dvb_frontend* fe) in ves1x93_release()
443 static int ves1x93_i2c_gate_ctrl(struct dvb_frontend* fe, int enable) in ves1x93_i2c_gate_ctrl()
456 struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config, in ves1x93_attach()