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