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)
180 static int stv0299_wait_diseqc_fifo (struct stv0299_state* state, int timeout)
197 static int stv0299_wait_diseqc_idle (struct stv0299_state* state, int timeout)
216 struct stv0299_state* state = fe->demodulator_priv;
232 static int stv0299_get_symbolrate (struct stv0299_state* state)
267 struct stv0299_state* state = fe->demodulator_priv;
298 struct stv0299_state* state = fe->demodulator_priv;
326 struct stv0299_state* state = fe->demodulator_priv;
349 struct stv0299_state* state = fe->demodulator_priv;
394 struct stv0299_state* state = fe->demodulator_priv;
448 struct stv0299_state* state = fe->demodulator_priv;
476 struct stv0299_state* state = fe->demodulator_priv;
504 struct stv0299_state* state = fe->demodulator_priv;
516 struct stv0299_state* state = fe->demodulator_priv;
533 struct stv0299_state* state = fe->demodulator_priv;
545 struct stv0299_state* state = fe->demodulator_priv;
560 struct stv0299_state* state = fe->demodulator_priv;
597 struct stv0299_state* state = fe->demodulator_priv;
622 struct stv0299_state* state = fe->demodulator_priv;
632 struct stv0299_state* state = fe->demodulator_priv;
645 struct stv0299_state* state = fe->demodulator_priv;
661 struct stv0299_state* state = fe->demodulator_priv;
670 struct stv0299_state* state = NULL;
674 state = kzalloc(sizeof(struct stv0299_state), GFP_KERNEL);