• 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

106 static int tda10086_init(struct dvb_frontend* fe)
108 struct tda10086_state* state = fe->demodulator_priv;
188 static int tda10086_set_tone (struct dvb_frontend* fe, fe_sec_tone_mode_t tone)
190 struct tda10086_state* state = fe->demodulator_priv;
211 static int tda10086_send_master_cmd (struct dvb_frontend* fe,
214 struct tda10086_state* state = fe->demodulator_priv;
241 static int tda10086_send_burst (struct dvb_frontend* fe, fe_sec_mini_cmd_t minicmd)
243 struct tda10086_state* state = fe->demodulator_priv;
412 static int tda10086_set_frontend(struct dvb_frontend* fe,
415 struct tda10086_state *state = fe->demodulator_priv;
427 if (fe->ops.tuner_ops.set_params) {
428 fe->ops.tuner_ops.set_params(fe, fe_params);
429 if (fe->ops.i2c_gate_ctrl)
430 fe->ops.i2c_gate_ctrl(fe, 0);
432 if (fe->ops.tuner_ops.get_frequency)
433 fe->ops.tuner_ops.get_frequency(fe, &freq);
434 if (fe->ops.i2c_gate_ctrl)
435 fe->ops.i2c_gate_ctrl(fe, 0);
460 static int tda10086_get_frontend(struct dvb_frontend* fe, struct dvb_frontend_parameters *fe_params)
462 struct tda10086_state* state = fe->demodulator_priv;
553 static int tda10086_read_status(struct dvb_frontend* fe, fe_status_t *fe_status)
555 struct tda10086_state* state = fe->demodulator_priv;
582 static int tda10086_read_signal_strength(struct dvb_frontend* fe, u16 * signal)
584 struct tda10086_state* state = fe->demodulator_priv;
595 static int tda10086_read_snr(struct dvb_frontend* fe, u16 * snr)
597 struct tda10086_state* state = fe->demodulator_priv;
608 static int tda10086_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
610 struct tda10086_state* state = fe->demodulator_priv;
624 static int tda10086_read_ber(struct dvb_frontend* fe, u32* ber)
626 struct tda10086_state* state = fe->demodulator_priv;
639 static int tda10086_sleep(struct dvb_frontend* fe)
641 struct tda10086_state* state = fe->demodulator_priv;
650 static int tda10086_i2c_gate_ctrl(struct dvb_frontend* fe, int enable)
652 struct tda10086_state* state = fe->demodulator_priv;
665 static int tda10086_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fesettings)
696 static void tda10086_release(struct dvb_frontend* fe)
698 struct tda10086_state *state = fe->demodulator_priv;
699 tda10086_sleep(fe);