Lines Matching refs:nxt200x_state

44 struct nxt200x_state {  struct
58 static int i2c_writebytes (struct nxt200x_state* state, u8 addr, u8 *buf, u8 len) in i2c_writebytes() argument
71 static int i2c_readbytes(struct nxt200x_state *state, u8 addr, u8 *buf, u8 len) in i2c_readbytes()
84 static int nxt200x_writebytes (struct nxt200x_state* state, u8 reg, in nxt200x_writebytes()
108 static int nxt200x_readbytes(struct nxt200x_state *state, u8 reg, u8 *buf, u8 len) in nxt200x_readbytes()
141 static int nxt200x_writereg_multibyte (struct nxt200x_state* state, u8 reg, u8* data, u8 len) in nxt200x_writereg_multibyte()
199 static int nxt200x_readreg_multibyte (struct nxt200x_state* state, u8 reg, u8* data, u8 len) in nxt200x_readreg_multibyte()
244 static void nxt200x_microcontroller_stop (struct nxt200x_state* state) in nxt200x_microcontroller_stop()
277 static void nxt200x_microcontroller_start (struct nxt200x_state* state) in nxt200x_microcontroller_start()
286 static void nxt2004_microcontroller_init (struct nxt200x_state* state) in nxt2004_microcontroller_init()
317 static int nxt200x_writetuner (struct nxt200x_state* state, u8* data) in nxt200x_writetuner()
376 static void nxt200x_agc_reset(struct nxt200x_state* state) in nxt200x_agc_reset()
404 struct nxt200x_state* state = fe->demodulator_priv; in nxt2002_load_firmware()
471 struct nxt200x_state* state = fe->demodulator_priv; in nxt2004_load_firmware()
522 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_setup_frontend_parameters()
756 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_read_status()
773 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_read_ber()
785 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_read_signal_strength()
805 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_read_snr()
838 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_read_ucblocks()
854 struct nxt200x_state* state = fe->demodulator_priv; in nxt2002_init()
917 struct nxt200x_state* state = fe->demodulator_priv; in nxt2004_init()
1089 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_init()
1118 struct nxt200x_state* state = fe->demodulator_priv; in nxt200x_release()
1127 struct nxt200x_state* state = NULL; in nxt200x_attach()
1131 state = kzalloc(sizeof(struct nxt200x_state), GFP_KERNEL); in nxt200x_attach()