Searched refs:scd4x_state (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/iio/chemical/ |
| D | scd4x.c | 60 struct scd4x_state { struct 69 static int scd4x_i2c_xfer(struct scd4x_state *state, char *txbuf, int txsize, in scd4x_i2c_xfer() argument 94 static int scd4x_send_command(struct scd4x_state *state, enum scd4x_cmd cmd) in scd4x_send_command() 127 static int scd4x_read(struct scd4x_state *state, enum scd4x_cmd cmd, in scd4x_read() 178 static int scd4x_write(struct scd4x_state *state, enum scd4x_cmd cmd, uint16_t arg) in scd4x_write() 212 static int scd4x_write_and_fetch(struct scd4x_state *state, enum scd4x_cmd cmd, in scd4x_write_and_fetch() 263 static int scd4x_read_meas(struct scd4x_state *state, uint16_t *meas) in scd4x_read_meas() 278 static int scd4x_wait_meas_poll(struct scd4x_state *state) in scd4x_wait_meas_poll() 308 static int scd4x_read_poll(struct scd4x_state *state, uint16_t *buf) in scd4x_read_poll() 319 static int scd4x_read_channel(struct scd4x_state *state, int chan) in scd4x_read_channel() [all …]
|