Home
last modified time | relevance | path

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

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