• 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

42 #define DS3000_DEFAULT_FIRMWARE "dvb-fe-ds3000.fw"
443 static int ds3000_load_firmware(struct dvb_frontend *fe,
446 static int ds3000_firmware_ondemand(struct dvb_frontend *fe)
448 struct ds3000_state *state = fe->demodulator_priv;
475 ret = ds3000_load_firmware(fe, fw);
490 static int ds3000_load_firmware(struct dvb_frontend *fe,
493 struct ds3000_state *state = fe->demodulator_priv;
512 static void ds3000_dump_registers(struct dvb_frontend *fe)
514 struct ds3000_state *state = fe->demodulator_priv;
531 static int ds3000_read_status(struct dvb_frontend *fe, fe_status_t* status)
533 struct ds3000_state *state = fe->demodulator_priv;
534 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
566 static int ds3000_is_tuned(struct dvb_frontend *fe)
570 ds3000_read_status(fe, &tunerstat);
576 static int ds3000_read_ber(struct dvb_frontend *fe, u32* ber)
578 struct ds3000_state *state = fe->demodulator_priv;
579 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
641 static int ds3000_read_signal_strength(struct dvb_frontend *fe,
644 struct ds3000_state *state = fe->demodulator_priv;
672 static int ds3000_read_snr(struct dvb_frontend *fe, u16 *snr)
674 struct ds3000_state *state = fe->demodulator_priv;
675 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
758 static int ds3000_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
760 struct ds3000_state *state = fe->demodulator_priv;
761 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
796 static void ds3000_clone_params(struct dvb_frontend *fe)
798 struct ds3000_state *state = fe->demodulator_priv;
802 static int ds3000_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone)
804 struct ds3000_state *state = fe->demodulator_priv;
836 static int ds3000_send_diseqc_msg(struct dvb_frontend *fe,
839 struct ds3000_state *state = fe->demodulator_priv;
901 static int ds3000_diseqc_send_burst(struct dvb_frontend *fe,
904 struct ds3000_state *state = fe->demodulator_priv;
954 static void ds3000_release(struct dvb_frontend *fe)
956 struct ds3000_state *state = fe->demodulator_priv;
1005 static int ds3000_set_property(struct dvb_frontend *fe,
1012 static int ds3000_get_property(struct dvb_frontend *fe,
1019 static int ds3000_tune(struct dvb_frontend *fe,
1022 struct ds3000_state *state = fe->demodulator_priv;
1023 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
1033 ret = ds3000_firmware_ondemand(fe);
1054 ds3000_clone_params(fe);
1279 if (ds3000_is_tuned(fe)) {
1281 ds3000_dump_registers(fe);
1288 ds3000_dump_registers(fe);
1296 static enum dvbfe_algo ds3000_get_algo(struct dvb_frontend *fe)
1307 static int ds3000_initfe(struct dvb_frontend *fe)
1314 static int ds3000_sleep(struct dvb_frontend *fe)