• 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

40 #define NXT2002_DEFAULT_FIRMWARE "dvb-fe-nxt2002.fw"
41 #define NXT2004_DEFAULT_FIRMWARE "dvb-fe-nxt2004.fw"
413 static int nxt2002_load_firmware (struct dvb_frontend* fe, const struct firmware *fw)
416 struct nxt200x_state* state = fe->demodulator_priv;
480 static int nxt2004_load_firmware (struct dvb_frontend* fe, const struct firmware *fw)
483 struct nxt200x_state* state = fe->demodulator_priv;
531 static int nxt200x_setup_frontend_parameters (struct dvb_frontend* fe,
534 struct nxt200x_state* state = fe->demodulator_priv;
555 state->config->set_ts_params(fe, 1);
560 state->config->set_ts_params(fe, 0);
567 if (fe->ops.tuner_ops.calc_regs) {
569 fe->ops.tuner_ops.calc_regs(fe, p, buf, 5);
775 static int nxt200x_read_status(struct dvb_frontend* fe, fe_status_t* status)
777 struct nxt200x_state* state = fe->demodulator_priv;
792 static int nxt200x_read_ber(struct dvb_frontend* fe, u32* ber)
794 struct nxt200x_state* state = fe->demodulator_priv;
804 static int nxt200x_read_signal_strength(struct dvb_frontend* fe, u16* strength)
806 struct nxt200x_state* state = fe->demodulator_priv;
823 static int nxt200x_read_snr(struct dvb_frontend* fe, u16* snr)
826 struct nxt200x_state* state = fe->demodulator_priv;
857 static int nxt200x_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
859 struct nxt200x_state* state = fe->demodulator_priv;
868 static int nxt200x_sleep(struct dvb_frontend* fe)
873 static int nxt2002_init(struct dvb_frontend* fe)
875 struct nxt200x_state* state = fe->demodulator_priv;
890 ret = nxt2002_load_firmware(fe, fw);
934 static int nxt2004_init(struct dvb_frontend* fe)
936 struct nxt200x_state* state = fe->demodulator_priv;
955 ret = nxt2004_load_firmware(fe, fw);
1104 static int nxt200x_init(struct dvb_frontend* fe)
1106 struct nxt200x_state* state = fe->demodulator_priv;
1112 ret = nxt2002_init(fe);
1115 ret = nxt2004_init(fe);
1126 static int nxt200x_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fesettings)
1134 static void nxt200x_release(struct dvb_frontend* fe)
1136 struct nxt200x_state* state = fe->demodulator_priv;