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, fe_status_t * fe_status) in sp8870_read_status() argument
355 struct sp8870_state* state = fe->demodulator_priv; in sp8870_read_status()
379 static int sp8870_read_ber (struct dvb_frontend* fe, u32 * ber) in sp8870_read_ber() argument
381 struct sp8870_state* state = fe->demodulator_priv; in sp8870_read_ber()
406 static int sp8870_read_signal_strength(struct dvb_frontend* fe, u16 * signal) in sp8870_read_signal_strength() argument
408 struct sp8870_state* state = fe->demodulator_priv; in sp8870_read_signal_strength()
432 static int sp8870_read_uncorrected_blocks (struct dvb_frontend* fe, u32* ublocks) in sp8870_read_uncorrected_blocks() argument
434 struct sp8870_state* state = fe->demodulator_priv; in sp8870_read_uncorrected_blocks()
461 static int sp8870_set_frontend(struct dvb_frontend *fe) in sp8870_set_frontend() argument
463 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in sp8870_set_frontend()
464 struct sp8870_state* state = fe->demodulator_priv; in sp8870_set_frontend()
482 err = sp8870_set_frontend_parameters(fe); in sp8870_set_frontend()
520 static int sp8870_sleep(struct dvb_frontend* fe) in sp8870_sleep() argument
522 struct sp8870_state* state = fe->demodulator_priv; in sp8870_sleep()
528 static int sp8870_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fes… in sp8870_get_tune_settings() argument
536 static int sp8870_i2c_gate_ctrl(struct dvb_frontend* fe, int enable) in sp8870_i2c_gate_ctrl() argument
538 struct sp8870_state* state = fe->demodulator_priv; in sp8870_i2c_gate_ctrl()
547 static void sp8870_release(struct dvb_frontend* fe) in sp8870_release() argument
549 struct sp8870_state* state = fe->demodulator_priv; in sp8870_release()