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()
476 struct si21xx_state *state = fe->demodulator_priv; in si21xx_init()
534 struct si21xx_state *state = fe->demodulator_priv; in si21_read_status()
572 struct si21xx_state *state = fe->demodulator_priv; in si21_read_signal_strength()
592 struct si21xx_state *state = fe->demodulator_priv; in si21_read_ber()
607 struct si21xx_state *state = fe->demodulator_priv; in si21_read_snr()
621 struct si21xx_state *state = fe->demodulator_priv; in si21_read_ucblocks()
640 struct si21xx_state *state = fe->demodulator_priv; in si21xx_setacquire()
691 struct si21xx_state *state = fe->demodulator_priv; in si21xx_set_frontend()
841 struct si21xx_state *state = fe->demodulator_priv; in si21xx_sleep()
856 struct si21xx_state *state = fe->demodulator_priv; in si21xx_release()
899 struct si21xx_state *state = NULL; in si21xx_attach()
905 state = kzalloc(sizeof(struct si21xx_state), GFP_KERNEL); in si21xx_attach()