Home
last modified time | relevance | path

Searched refs:scd4x_i2c_xfer (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/chemical/
H A Dscd4x.c73 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()