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