Lines Matching refs:fe

225 static int tda8083_send_diseqc_msg (struct dvb_frontend* fe,
228 struct tda8083_state* state = fe->demodulator_priv;
243 static int tda8083_read_status(struct dvb_frontend* fe, fe_status_t* status)
245 struct tda8083_state* state = fe->demodulator_priv;
273 static int tda8083_read_ber(struct dvb_frontend* fe, u32* ber)
275 struct tda8083_state* state = fe->demodulator_priv;
287 static int tda8083_read_signal_strength(struct dvb_frontend* fe, u16* strength)
289 struct tda8083_state* state = fe->demodulator_priv;
297 static int tda8083_read_snr(struct dvb_frontend* fe, u16* snr)
299 struct tda8083_state* state = fe->demodulator_priv;
307 static int tda8083_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
309 struct tda8083_state* state = fe->demodulator_priv;
318 static int tda8083_set_frontend(struct dvb_frontend *fe)
320 struct dtv_frontend_properties *p = &fe->dtv_property_cache;
321 struct tda8083_state* state = fe->demodulator_priv;
323 if (fe->ops.tuner_ops.set_params) {
324 fe->ops.tuner_ops.set_params(fe);
325 if (fe->ops.i2c_gate_ctrl) fe->ops.i2c_gate_ctrl(fe, 0);
338 static int tda8083_get_frontend(struct dvb_frontend *fe)
340 struct dtv_frontend_properties *p = &fe->dtv_property_cache;
341 struct tda8083_state* state = fe->demodulator_priv;
353 static int tda8083_sleep(struct dvb_frontend* fe)
355 struct tda8083_state* state = fe->demodulator_priv;
361 static int tda8083_init(struct dvb_frontend* fe)
363 struct tda8083_state* state = fe->demodulator_priv;
375 static int tda8083_diseqc_send_burst(struct dvb_frontend* fe, fe_sec_mini_cmd_t burst)
377 struct tda8083_state* state = fe->demodulator_priv;
386 static int tda8083_diseqc_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone)
388 struct tda8083_state* state = fe->demodulator_priv;
397 static int tda8083_diseqc_set_voltage(struct dvb_frontend* fe, fe_sec_voltage_t voltage)
399 struct tda8083_state* state = fe->demodulator_priv;
408 static void tda8083_release(struct dvb_frontend* fe)
410 struct tda8083_state* state = fe->demodulator_priv;