Lines Matching refs:cx22700_state
20 struct cx22700_state {
58 static int cx22700_writereg (struct cx22700_state* state, u8 reg, u8 data)
75 static int cx22700_readreg (struct cx22700_state* state, u8 reg)
92 static int cx22700_set_inversion (struct cx22700_state* state, int inversion)
112 static int cx22700_set_tps(struct cx22700_state *state,
179 static int cx22700_get_tps(struct cx22700_state *state,
227 { struct cx22700_state* state = fe->demodulator_priv;
247 struct cx22700_state* state = fe->demodulator_priv;
275 struct cx22700_state* state = fe->demodulator_priv;
285 struct cx22700_state* state = fe->demodulator_priv;
296 struct cx22700_state* state = fe->demodulator_priv;
307 struct cx22700_state* state = fe->demodulator_priv;
318 struct cx22700_state* state = fe->demodulator_priv;
339 struct cx22700_state* state = fe->demodulator_priv;
348 struct cx22700_state* state = fe->demodulator_priv;
367 struct cx22700_state* state = fe->demodulator_priv;
376 struct cx22700_state* state = NULL;
379 state = kzalloc(sizeof(struct cx22700_state), GFP_KERNEL);