Lines Matching refs:si21xx_state
134 struct si21xx_state { struct
222 static int si21_writeregs(struct si21xx_state *state, u8 reg1, in si21_writeregs()
249 static int si21_writereg(struct si21xx_state *state, u8 reg, u8 data) in si21_writereg()
271 struct si21xx_state *state = fe->demodulator_priv; in si21_write()
279 static u8 si21_readreg(struct si21xx_state *state, u8 reg) in si21_readreg()
307 static int si21_readregs(struct si21xx_state *state, u8 reg1, u8 *b, u8 len) in si21_readregs()
332 static int si21xx_wait_diseqc_idle(struct si21xx_state *state, int timeout) in si21xx_wait_diseqc_idle()
351 struct si21xx_state *state = fe->demodulator_priv; in si21xx_set_symbolrate()
381 struct si21xx_state *state = fe->demodulator_priv; in si21xx_send_diseqc_msg()
410 struct si21xx_state *state = fe->demodulator_priv; in si21xx_send_diseqc_burst()
434 struct si21xx_state *state = fe->demodulator_priv; in si21xx_set_tone()
454 struct si21xx_state *state = fe->demodulator_priv; in si21xx_set_voltage()
478 struct si21xx_state *state = fe->demodulator_priv; in si21xx_init()
536 struct si21xx_state *state = fe->demodulator_priv; in si21_read_status()
574 struct si21xx_state *state = fe->demodulator_priv; in si21_read_signal_strength()
594 struct si21xx_state *state = fe->demodulator_priv; in si21_read_ber()
609 struct si21xx_state *state = fe->demodulator_priv; in si21_read_snr()
623 struct si21xx_state *state = fe->demodulator_priv; in si21_read_ucblocks()
642 struct si21xx_state *state = fe->demodulator_priv; in si21xx_setacquire()
693 struct si21xx_state *state = fe->demodulator_priv; in si21xx_set_frontend()
842 struct si21xx_state *state = fe->demodulator_priv; in si21xx_sleep()
857 struct si21xx_state *state = fe->demodulator_priv; in si21xx_release()
900 struct si21xx_state *state = NULL; in si21xx_attach()
906 state = kzalloc(sizeof(struct si21xx_state), GFP_KERNEL); in si21xx_attach()