Searched defs:dme1737_data (Results 1 – 1 of 1) sorted by relevance
199 struct dme1737_data { struct200 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 …]