Searched refs:scd4x_i2c_xfer (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/iio/chemical/ |
H A D | scd4x.c | 73 static int scd4x_i2c_xfer(struct scd4x_state *state, char *txbuf, int txsize, in scd4x_i2c_xfer() function 118 ret = scd4x_i2c_xfer(state, buf, 2, buf, 0); in scd4x_send_command() 158 ret = scd4x_i2c_xfer(state, buf, 2, buf, response_sz); in scd4x_read() 206 ret = scd4x_i2c_xfer(state, buf, SCD4X_WRITE_BUF_SIZE, buf, 0); in scd4x_write()
|