Home
last modified time | relevance | path

Searched defs:sht3x_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dsht3x.c161 struct sht3x_data { struct
162 struct i2c_client *client;
163 enum sht3x_chips chip_id;
164 struct mutex i2c_lock; /* lock for sending i2c commands */
165 struct mutex data_lock; /* lock for updating driver data */
167 u8 mode;
168 const unsigned char *command;
169 u32 wait_time; /* in us*/
171 enum sht3x_repeatability repeatability;
178 int temperature;
[all …]