• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/

Lines Matching defs:fe

288 static int stv0297_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
290 struct stv0297_state *state = fe->demodulator_priv;
300 static int stv0297_init(struct dvb_frontend *fe)
302 struct stv0297_state *state = fe->demodulator_priv;
315 static int stv0297_sleep(struct dvb_frontend *fe)
317 struct stv0297_state *state = fe->demodulator_priv;
324 static int stv0297_read_status(struct dvb_frontend *fe, fe_status_t * status)
326 struct stv0297_state *state = fe->demodulator_priv;
337 static int stv0297_read_ber(struct dvb_frontend *fe, u32 * ber)
339 struct stv0297_state *state = fe->demodulator_priv;
354 static int stv0297_read_signal_strength(struct dvb_frontend *fe, u16 * strength)
356 struct stv0297_state *state = fe->demodulator_priv;
377 static int stv0297_read_snr(struct dvb_frontend *fe, u16 * snr)
379 struct stv0297_state *state = fe->demodulator_priv;
388 static int stv0297_read_ucblocks(struct dvb_frontend *fe, u32 * ucblocks)
390 struct stv0297_state *state = fe->demodulator_priv;
403 static int stv0297_set_frontend(struct dvb_frontend *fe, struct dvb_frontend_parameters *p)
405 struct stv0297_state *state = fe->demodulator_priv;
452 stv0297_init(fe);
453 if (fe->ops.tuner_ops.set_params) {
454 fe->ops.tuner_ops.set_params(fe, p);
455 if (fe->ops.i2c_gate_ctrl) fe->ops.i2c_gate_ctrl(fe, 0);
612 static int stv0297_get_frontend(struct dvb_frontend *fe, struct dvb_frontend_parameters *p)
614 struct stv0297_state *state = fe->demodulator_priv;
648 static void stv0297_release(struct dvb_frontend *fe)
650 struct stv0297_state *state = fe->demodulator_priv;