• 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

238 static int mt312_initfe(struct dvb_frontend *fe)
240 struct mt312_state *state = fe->demodulator_priv;
338 static int mt312_send_master_cmd(struct dvb_frontend *fe,
341 struct mt312_state *state = fe->demodulator_priv;
375 static int mt312_send_burst(struct dvb_frontend *fe, const fe_sec_mini_cmd_t c)
377 struct mt312_state *state = fe->demodulator_priv;
398 static int mt312_set_tone(struct dvb_frontend *fe, const fe_sec_tone_mode_t t)
400 struct mt312_state *state = fe->demodulator_priv;
421 static int mt312_set_voltage(struct dvb_frontend *fe, const fe_sec_voltage_t v)
423 struct mt312_state *state = fe->demodulator_priv;
437 static int mt312_read_status(struct dvb_frontend *fe, fe_status_t *s)
439 struct mt312_state *state = fe->demodulator_priv;
466 static int mt312_read_ber(struct dvb_frontend *fe, u32 *ber)
468 struct mt312_state *state = fe->demodulator_priv;
481 static int mt312_read_signal_strength(struct dvb_frontend *fe,
484 struct mt312_state *state = fe->demodulator_priv;
504 static int mt312_read_snr(struct dvb_frontend *fe, u16 *snr)
506 struct mt312_state *state = fe->demodulator_priv;
519 static int mt312_read_ucblocks(struct dvb_frontend *fe, u32 *ubc)
521 struct mt312_state *state = fe->demodulator_priv;
534 static int mt312_set_frontend(struct dvb_frontend *fe,
537 struct mt312_state *state = fe->demodulator_priv;
548 if ((p->frequency < fe->ops.info.frequency_min)
549 || (p->frequency > fe->ops.info.frequency_max))
556 if ((p->u.qpsk.symbol_rate < fe->ops.info.symbol_rate_min)
557 || (p->u.qpsk.symbol_rate > fe->ops.info.symbol_rate_max))
582 ret = mt312_initfe(fe);
590 ret = mt312_initfe(fe);
605 if (fe->ops.tuner_ops.set_params) {
606 fe->ops.tuner_ops.set_params(fe, p);
607 if (fe->ops.i2c_gate_ctrl)
608 fe->ops.i2c_gate_ctrl(fe, 0);
639 static int mt312_get_frontend(struct dvb_frontend *fe,
642 struct mt312_state *state = fe->demodulator_priv;
660 static int mt312_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
662 struct mt312_state *state = fe->demodulator_priv;
689 static int mt312_sleep(struct dvb_frontend *fe)
691 struct mt312_state *state = fe->demodulator_priv;
724 static int mt312_get_tune_settings(struct dvb_frontend *fe,
733 static void mt312_release(struct dvb_frontend *fe)
735 struct mt312_state *state = fe->demodulator_priv;