Lines Matching refs:dvb_frontend
36 struct dvb_frontend frontend;
294 static int stv0297_i2c_gate_ctrl(struct dvb_frontend *fe, int enable) in stv0297_i2c_gate_ctrl()
306 static int stv0297_init(struct dvb_frontend *fe) in stv0297_init()
321 static int stv0297_sleep(struct dvb_frontend *fe) in stv0297_sleep()
330 static int stv0297_read_status(struct dvb_frontend *fe, in stv0297_read_status()
344 static int stv0297_read_ber(struct dvb_frontend *fe, u32 * ber) in stv0297_read_ber()
361 static int stv0297_read_signal_strength(struct dvb_frontend *fe, u16 * strength) in stv0297_read_signal_strength()
384 static int stv0297_read_snr(struct dvb_frontend *fe, u16 * snr) in stv0297_read_snr()
395 static int stv0297_read_ucblocks(struct dvb_frontend *fe, u32 * ucblocks) in stv0297_read_ucblocks()
410 static int stv0297_set_frontend(struct dvb_frontend *fe) in stv0297_set_frontend()
618 static int stv0297_get_frontend(struct dvb_frontend *fe) in stv0297_get_frontend()
655 static void stv0297_release(struct dvb_frontend *fe) in stv0297_release()
663 struct dvb_frontend *stv0297_attach(const struct stv0297_config *config, in stv0297_attach()