Lines Matching refs:fe

120 static int apply_frontend_param(struct dvb_frontend *fe)
122 struct dtv_frontend_properties *p = &fe->dtv_property_cache;
123 struct l64781_state* state = fe->demodulator_priv;
155 if (fe->ops.tuner_ops.set_params) {
156 fe->ops.tuner_ops.set_params(fe);
157 if (fe->ops.i2c_gate_ctrl) fe->ops.i2c_gate_ctrl(fe, 0);
246 static int get_frontend(struct dvb_frontend *fe)
248 struct dtv_frontend_properties *p = &fe->dtv_property_cache;
249 struct l64781_state* state = fe->demodulator_priv;
362 static int l64781_read_status(struct dvb_frontend* fe, fe_status_t* status)
364 struct l64781_state* state = fe->demodulator_priv;
391 static int l64781_read_ber(struct dvb_frontend* fe, u32* ber)
393 struct l64781_state* state = fe->demodulator_priv;
403 static int l64781_read_signal_strength(struct dvb_frontend* fe, u16* signal_strength)
405 struct l64781_state* state = fe->demodulator_priv;
413 static int l64781_read_snr(struct dvb_frontend* fe, u16* snr)
415 struct l64781_state* state = fe->demodulator_priv;
423 static int l64781_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
425 struct l64781_state* state = fe->demodulator_priv;
433 static int l64781_sleep(struct dvb_frontend* fe)
435 struct l64781_state* state = fe->demodulator_priv;
441 static int l64781_init(struct dvb_frontend* fe)
443 struct l64781_state* state = fe->demodulator_priv;
484 static int l64781_get_tune_settings(struct dvb_frontend* fe,
493 static void l64781_release(struct dvb_frontend* fe)
495 struct l64781_state* state = fe->demodulator_priv;