Lines Matching refs:cx22702_state
25 struct cx22702_state {
73 static int cx22702_writereg(struct cx22702_state *state, u8 reg, u8 data)
93 static u8 cx22702_readreg(struct cx22702_state *state, u8 reg)
115 static int cx22702_set_inversion(struct cx22702_state *state, int inversion)
136 static int cx22702_get_tps(struct cx22702_state *state,
238 struct cx22702_state *state = fe->demodulator_priv;
255 struct cx22702_state *state = fe->demodulator_priv;
426 struct cx22702_state *state = fe->demodulator_priv;
445 struct cx22702_state *state = fe->demodulator_priv;
474 struct cx22702_state *state = fe->demodulator_priv;
492 struct cx22702_state *state = fe->demodulator_priv;
519 struct cx22702_state *state = fe->demodulator_priv;
538 struct cx22702_state *state = fe->demodulator_priv;
556 struct cx22702_state *state = fe->demodulator_priv;
573 struct cx22702_state *state = fe->demodulator_priv;
582 struct cx22702_state *state = NULL;
585 state = kzalloc(sizeof(struct cx22702_state), GFP_KERNEL);