Lines Matching refs:dvb_frontend
41 struct dvb_frontend frontend;
265 static int ves1x93_init (struct dvb_frontend* fe) in ves1x93_init()
285 static int ves1x93_set_voltage(struct dvb_frontend *fe, in ves1x93_set_voltage()
302 static int ves1x93_read_status(struct dvb_frontend *fe, in ves1x93_read_status()
344 static int ves1x93_read_ber(struct dvb_frontend* fe, u32* ber) in ves1x93_read_ber()
356 static int ves1x93_read_signal_strength(struct dvb_frontend* fe, u16* strength) in ves1x93_read_signal_strength()
366 static int ves1x93_read_snr(struct dvb_frontend* fe, u16* snr) in ves1x93_read_snr()
376 static int ves1x93_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks) in ves1x93_read_ucblocks()
391 static int ves1x93_set_frontend(struct dvb_frontend *fe) in ves1x93_set_frontend()
409 static int ves1x93_get_frontend(struct dvb_frontend *fe) in ves1x93_get_frontend()
433 static int ves1x93_sleep(struct dvb_frontend* fe) in ves1x93_sleep()
440 static void ves1x93_release(struct dvb_frontend* fe) in ves1x93_release()
446 static int ves1x93_i2c_gate_ctrl(struct dvb_frontend* fe, int enable) in ves1x93_i2c_gate_ctrl()
459 struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config, in ves1x93_attach()