Lines Matching refs:dvb_frontend
48 struct dvb_frontend frontend;
248 static int sp8870_set_frontend_parameters(struct dvb_frontend *fe) in sp8870_set_frontend_parameters()
304 static int sp8870_init (struct dvb_frontend* fe) in sp8870_init()
353 static int sp8870_read_status(struct dvb_frontend *fe, in sp8870_read_status()
380 static int sp8870_read_ber (struct dvb_frontend* fe, u32 * ber) in sp8870_read_ber()
407 static int sp8870_read_signal_strength(struct dvb_frontend* fe, u16 * signal) in sp8870_read_signal_strength()
433 static int sp8870_read_uncorrected_blocks (struct dvb_frontend* fe, u32* ublocks) in sp8870_read_uncorrected_blocks()
462 static int sp8870_set_frontend(struct dvb_frontend *fe) in sp8870_set_frontend()
521 static int sp8870_sleep(struct dvb_frontend* fe) in sp8870_sleep()
529 static int sp8870_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fes… in sp8870_get_tune_settings()
537 static int sp8870_i2c_gate_ctrl(struct dvb_frontend* fe, int enable) in sp8870_i2c_gate_ctrl()
548 static void sp8870_release(struct dvb_frontend* fe) in sp8870_release()
556 struct dvb_frontend* sp8870_attach(const struct sp8870_config* config, in sp8870_attach()