Searched defs:dme1737_data (Results 1 – 1 of 1) sorted by relevance
212 struct dme1737_data { struct213 struct i2c_client *client; /* for I2C devices only */214 struct device *hwmon_dev;215 const char *name;216 unsigned int addr; /* for ISA devices only */218 struct mutex update_lock;219 int valid; /* !=0 if following fields are valid */220 unsigned long last_update; /* in jiffies */221 unsigned long last_vbat; /* in jiffies */222 enum chips type;[all …]