• 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:stv0297_state

33 struct stv0297_state {
47 static int stv0297_writereg(struct stv0297_state *state, u8 reg, u8 data)
62 static int stv0297_readreg(struct stv0297_state *state, u8 reg)
91 static int stv0297_writereg_mask(struct stv0297_state *state, u8 reg, u8 mask, u8 data)
103 static int stv0297_readregs(struct stv0297_state *state, u8 reg1, u8 * b, u8 len)
131 static u32 stv0297_get_symbolrate(struct stv0297_state *state)
146 static void stv0297_set_symbolrate(struct stv0297_state *state, u32 srate)
160 static void stv0297_set_sweeprate(struct stv0297_state *state, short fshift, long symrate)
180 static void stv0297_set_carrieroffset(struct stv0297_state *state, long offset)
197 static long stv0297_get_carrieroffset(struct stv0297_state *state)
215 static void stv0297_set_initialdemodfreq(struct stv0297_state *state, long freq)
232 static int stv0297_set_qam(struct stv0297_state *state, fe_modulation_t modulation)
266 static int stv0297_set_inversion(struct stv0297_state *state, fe_spectral_inversion_t inversion)
290 struct stv0297_state *state = fe->demodulator_priv;
302 struct stv0297_state *state = fe->demodulator_priv;
317 struct stv0297_state *state = fe->demodulator_priv;
326 struct stv0297_state *state = fe->demodulator_priv;
339 struct stv0297_state *state = fe->demodulator_priv;
356 struct stv0297_state *state = fe->demodulator_priv;
379 struct stv0297_state *state = fe->demodulator_priv;
390 struct stv0297_state *state = fe->demodulator_priv;
405 struct stv0297_state *state = fe->demodulator_priv;
614 struct stv0297_state *state = fe->demodulator_priv;
650 struct stv0297_state *state = fe->demodulator_priv;
659 struct stv0297_state *state = NULL;
662 state = kzalloc(sizeof(struct stv0297_state), GFP_KERNEL);