Lines Matching defs:state

70 static int i2c_writebytes (struct nxt200x_state* state, u8 addr, u8 *buf, u8 len)  in i2c_writebytes()
83 static int i2c_readbytes(struct nxt200x_state *state, u8 addr, u8 *buf, u8 len) in i2c_readbytes()
96 static int nxt200x_writebytes (struct nxt200x_state* state, u8 reg, in nxt200x_writebytes()
114 static int nxt200x_readbytes(struct nxt200x_state *state, u8 reg, u8 *buf, u8 len) in nxt200x_readbytes()
147 static int nxt200x_writereg_multibyte (struct nxt200x_state* state, u8 reg, u8* data, u8 len) in nxt200x_writereg_multibyte()
207 static int nxt200x_readreg_multibyte (struct nxt200x_state* state, u8 reg, u8* data, u8 len) in nxt200x_readreg_multibyte()
255 static void nxt200x_microcontroller_stop (struct nxt200x_state* state) in nxt200x_microcontroller_stop()
288 static void nxt200x_microcontroller_start (struct nxt200x_state* state) in nxt200x_microcontroller_start()
297 static void nxt2004_microcontroller_init (struct nxt200x_state* state) in nxt2004_microcontroller_init()
328 static int nxt200x_writetuner (struct nxt200x_state* state, u8* data) in nxt200x_writetuner()
388 static void nxt200x_agc_reset(struct nxt200x_state* state) in nxt200x_agc_reset()
416 struct nxt200x_state* state = fe->demodulator_priv; in nxt2002_load_firmware() local
483 struct nxt200x_state* state = fe->demodulator_priv; in nxt2004_load_firmware() local
534 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_setup_frontend_parameters() local
777 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_read_status() local
794 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_read_ber() local
806 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_read_signal_strength() local
826 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_read_snr() local
859 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_read_ucblocks() local
875 struct nxt200x_state* state = fe->demodulator_priv; in nxt2002_init() local
936 struct nxt200x_state* state = fe->demodulator_priv; in nxt2004_init() local
1106 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_init() local
1136 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_release() local
1145 struct nxt200x_state* state = NULL; in nxt200x_attach() local