Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/chemical/
H A Dscd30.h44 typedef int (*scd30_command_t)(struct scd30_state *state, enum scd30_cmd cmd, u16 arg, typedef
68 scd30_command_t command;
73 int scd30_probe(struct device *dev, int irq, const char *name, void *priv, scd30_command_t command);
H A Dscd30_core.c674 scd30_command_t command) in scd30_probe()