Searched refs:scd30_state (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/iio/chemical/ |
| H A D | scd30.h | 12 struct scd30_state; 44 typedef int (*scd30_command_t)(struct scd30_state *state, enum scd30_cmd cmd, u16 arg, 47 struct scd30_state { struct
|
| H A D | scd30_serial.c | 55 static int scd30_serdev_xfer(struct scd30_state *state, char *txbuf, int txsize, in scd30_serdev_xfer() 81 static int scd30_serdev_command(struct scd30_state *state, enum scd30_cmd cmd, u16 arg, in scd30_serdev_command() 182 struct scd30_state *state; in scd30_serdev_receive_buf()
|
| H A D | scd30_i2c.c | 38 static int scd30_i2c_xfer(struct scd30_state *state, char *txbuf, int txsize, in scd30_i2c_xfer() 66 static int scd30_i2c_command(struct scd30_state *state, enum scd30_cmd cmd, u16 arg, in scd30_i2c_command()
|