Searched refs:scd4x_state (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/iio/chemical/ |
| H A D | scd4x.c | 66 struct scd4x_state { struct 75 static int scd4x_i2c_xfer(struct scd4x_state *state, char *txbuf, int txsize, in scd4x_i2c_xfer() argument 100 static int scd4x_send_command(struct scd4x_state *state, enum scd4x_cmd cmd) in scd4x_send_command() 133 static int scd4x_read(struct scd4x_state *state, enum scd4x_cmd cmd, in scd4x_read() 186 static int scd4x_write(struct scd4x_state *state, enum scd4x_cmd cmd, uint16_t arg) in scd4x_write() 222 static int scd4x_write_and_fetch(struct scd4x_state *state, enum scd4x_cmd cmd, in scd4x_write_and_fetch() 273 static int scd4x_read_meas(struct scd4x_state *state, uint16_t *meas) in scd4x_read_meas() 288 static int scd4x_wait_meas_poll(struct scd4x_state *state) in scd4x_wait_meas_poll() 318 static int scd4x_read_poll(struct scd4x_state *state, uint16_t *buf) in scd4x_read_poll() 329 static int scd4x_read_channel(struct scd4x_state *state, int chan) in scd4x_read_channel() [all …]
|