• 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 refs:stv0299_state

56 struct stv0299_state {
80 static int stv0299_writeregI (struct stv0299_state* state, u8 reg, u8 data)
97 struct stv0299_state* state = fe->demodulator_priv;
105 static u8 stv0299_readreg (struct stv0299_state* state, u8 reg)
122 static int stv0299_readregs (struct stv0299_state* state, u8 reg1, u8 *b, u8 len)
136 static int stv0299_set_FEC (struct stv0299_state* state, fe_code_rate_t fec)
172 static fe_code_rate_t stv0299_get_fec (struct stv0299_state* state)
189 static int stv0299_wait_diseqc_fifo (struct stv0299_state* state, int timeout)
206 static int stv0299_wait_diseqc_idle (struct stv0299_state* state, int timeout)
225 struct stv0299_state* state = fe->demodulator_priv;
241 static int stv0299_get_symbolrate (struct stv0299_state* state)
276 struct stv0299_state* state = fe->demodulator_priv;
306 struct stv0299_state* state = fe->demodulator_priv;
333 struct stv0299_state* state = fe->demodulator_priv;
355 struct stv0299_state* state = fe->demodulator_priv;
400 struct stv0299_state* state = fe->demodulator_priv;
453 struct stv0299_state* state = fe->demodulator_priv;
475 struct stv0299_state* state = fe->demodulator_priv;
503 struct stv0299_state* state = fe->demodulator_priv;
515 struct stv0299_state* state = fe->demodulator_priv;
532 struct stv0299_state* state = fe->demodulator_priv;
544 struct stv0299_state* state = fe->demodulator_priv;
558 struct stv0299_state* state = fe->demodulator_priv;
594 struct stv0299_state* state = fe->demodulator_priv;
619 struct stv0299_state* state = fe->demodulator_priv;
629 struct stv0299_state* state = fe->demodulator_priv;
642 struct stv0299_state* state = fe->demodulator_priv;
657 struct stv0299_state* state = fe->demodulator_priv;
666 struct stv0299_state* state = NULL;
670 state = kzalloc(sizeof(struct stv0299_state), GFP_KERNEL);