Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dsht3x.c163 struct sht3x_data { struct
164 struct i2c_client *client;
165 enum sht3x_chips chip_id;
166 struct mutex i2c_lock; /* lock for sending i2c commands */
167 struct mutex data_lock; /* lock for updating driver data */
169 u8 mode;
170 const unsigned char *command;
171 u32 wait_time; /* in us*/
172 unsigned long last_update; /* last update in periodic mode*/
173 enum sht3x_repeatability repeatability;
[all …]