Lines Matching defs:stv0299_state
45 struct stv0299_state {
70 static int stv0299_writeregI (struct stv0299_state* state, u8 reg, u8 data)
87 struct stv0299_state* state = fe->demodulator_priv;
95 static u8 stv0299_readreg (struct stv0299_state* state, u8 reg)
112 static int stv0299_readregs (struct stv0299_state* state, u8 reg1, u8 *b, u8 len)
126 static int stv0299_set_FEC(struct stv0299_state *state, enum fe_code_rate fec)
162 static enum fe_code_rate stv0299_get_fec(struct stv0299_state *state)
179 static int stv0299_wait_diseqc_fifo (struct stv0299_state* state, int timeout)
196 static int stv0299_wait_diseqc_idle (struct stv0299_state* state, int timeout)
215 struct stv0299_state* state = fe->demodulator_priv;
231 static int stv0299_get_symbolrate (struct stv0299_state* state)
266 struct stv0299_state* state = fe->demodulator_priv;
297 struct stv0299_state* state = fe->demodulator_priv;
325 struct stv0299_state* state = fe->demodulator_priv;
348 struct stv0299_state* state = fe->demodulator_priv;
393 struct stv0299_state* state = fe->demodulator_priv;
447 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;
559 struct stv0299_state* state = fe->demodulator_priv;
596 struct stv0299_state* state = fe->demodulator_priv;
621 struct stv0299_state* state = fe->demodulator_priv;
631 struct stv0299_state* state = fe->demodulator_priv;
644 struct stv0299_state* state = fe->demodulator_priv;
660 struct stv0299_state* state = fe->demodulator_priv;
669 struct stv0299_state* state = NULL;
673 state = kzalloc(sizeof(struct stv0299_state), GFP_KERNEL);