Lines Matching refs:fe
248 static int sp8870_set_frontend_parameters(struct dvb_frontend *fe) in sp8870_set_frontend_parameters() argument
250 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in sp8870_set_frontend_parameters()
251 struct sp8870_state* state = fe->demodulator_priv; in sp8870_set_frontend_parameters()
262 if (fe->ops.tuner_ops.set_params) { in sp8870_set_frontend_parameters()
263 fe->ops.tuner_ops.set_params(fe); in sp8870_set_frontend_parameters()
264 if (fe->ops.i2c_gate_ctrl) fe->ops.i2c_gate_ctrl(fe, 0); in sp8870_set_frontend_parameters()
304 static int sp8870_init (struct dvb_frontend* fe) in sp8870_init() argument
306 struct sp8870_state* state = fe->demodulator_priv; in sp8870_init()
318 if (state->config->request_firmware(fe, &fw, SP8870_DEFAULT_FIRMWARE)) { in sp8870_init()
353 static int sp8870_read_status(struct dvb_frontend *fe, in sp8870_read_status() argument
356 struct sp8870_state* state = fe->demodulator_priv; in sp8870_read_status()
380 static int sp8870_read_ber (struct dvb_frontend* fe, u32 * ber) in sp8870_read_ber() argument
382 struct sp8870_state* state = fe->demodulator_priv; in sp8870_read_ber()
407 static int sp8870_read_signal_strength(struct dvb_frontend* fe, u16 * signal) in sp8870_read_signal_strength() argument
409 struct sp8870_state* state = fe->demodulator_priv; in sp8870_read_signal_strength()
433 static int sp8870_read_uncorrected_blocks (struct dvb_frontend* fe, u32* ublocks) in sp8870_read_uncorrected_blocks() argument
435 struct sp8870_state* state = fe->demodulator_priv; in sp8870_read_uncorrected_blocks()
462 static int sp8870_set_frontend(struct dvb_frontend *fe) in sp8870_set_frontend() argument
464 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in sp8870_set_frontend()
465 struct sp8870_state* state = fe->demodulator_priv; in sp8870_set_frontend()
483 err = sp8870_set_frontend_parameters(fe); in sp8870_set_frontend()
521 static int sp8870_sleep(struct dvb_frontend* fe) in sp8870_sleep() argument
523 struct sp8870_state* state = fe->demodulator_priv; 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() argument
537 static int sp8870_i2c_gate_ctrl(struct dvb_frontend* fe, int enable) in sp8870_i2c_gate_ctrl() argument
539 struct sp8870_state* state = fe->demodulator_priv; in sp8870_i2c_gate_ctrl()
548 static void sp8870_release(struct dvb_frontend* fe) in sp8870_release() argument
550 struct sp8870_state* state = fe->demodulator_priv; in sp8870_release()