• 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

30  * "dvb-fe-or51132-vsb.fw" and "dvb-fe-or51132-qam.fw" to
34 #define OR51132_VSB_FIRMWARE "dvb-fe-or51132-vsb.fw"
35 #define OR51132_QAM_FIRMWARE "dvb-fe-or51132-qam.fw"
132 static int or51132_load_firmware (struct dvb_frontend* fe, const struct firmware *fw)
134 struct or51132_state* state = fe->demodulator_priv;
212 static int or51132_init(struct dvb_frontend* fe)
217 static int or51132_read_ber(struct dvb_frontend* fe, u32* ber)
223 static int or51132_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
229 static int or51132_sleep(struct dvb_frontend* fe)
234 static int or51132_setmode(struct dvb_frontend* fe)
236 struct or51132_state* state = fe->demodulator_priv;
309 static int or51132_set_parameters(struct dvb_frontend* fe,
313 struct or51132_state* state = fe->demodulator_priv;
349 ret = or51132_load_firmware(fe, fw);
357 state->config->set_ts_params(fe, clock_mode);
362 or51132_setmode(fe);
365 if (fe->ops.tuner_ops.set_params) {
366 fe->ops.tuner_ops.set_params(fe, param);
367 if (fe->ops.i2c_gate_ctrl) fe->ops.i2c_gate_ctrl(fe, 0);
371 or51132_setmode(fe);
378 static int or51132_get_parameters(struct dvb_frontend* fe,
381 struct or51132_state* state = fe->demodulator_priv;
409 static int or51132_read_status(struct dvb_frontend* fe, fe_status_t* status)
411 struct or51132_state* state = fe->demodulator_priv;
466 static int or51132_read_snr(struct dvb_frontend* fe, u16* snr)
468 struct or51132_state* state = fe->demodulator_priv;
518 static int or51132_read_signal_strength(struct dvb_frontend* fe, u16* strength)
523 struct or51132_state* state = (struct or51132_state*) fe->demodulator_priv;
527 ret = fe->ops.read_snr(fe, &snr);
540 static int or51132_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fe_tune_settings)
549 static void or51132_release(struct dvb_frontend* fe)
551 struct or51132_state* state = fe->demodulator_priv;