Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Ddme1737.c199 struct dme1737_data { struct
200 struct i2c_client *client; /* for I2C devices only */
201 struct device *hwmon_dev;
202 const char *name;
203 unsigned int addr; /* for ISA devices only */
205 struct mutex update_lock;
206 bool valid; /* true if following fields are valid */
207 unsigned long last_update; /* in jiffies */
208 unsigned long last_vbat; /* in jiffies */
209 enum chips type;
[all …]