Searched refs:sps30_write_then_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/iio/chemical/ |
D | sps30.c | 67 static int sps30_write_then_read(struct sps30_state *state, u8 *txbuf, in sps30_write_then_read() function 111 ret = sps30_write_then_read(state, buf, 5, NULL, 0); in sps30_do_cmd() 116 ret = sps30_write_then_read(state, buf, 2, NULL, 0); in sps30_do_cmd() 127 ret = sps30_write_then_read(state, buf, 2, buf, size); in sps30_do_cmd() 136 ret = sps30_write_then_read(state, buf, 8, NULL, 0); in sps30_do_cmd()
|