Home
last modified time | relevance | path

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

/linux/drivers/iio/chemical/
H A Dscd30.h12 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 Dscd30_serial.c55 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 Dscd30_i2c.c38 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()