Searched defs:dme1737_data (Results 1 – 1 of 1) sorted by relevance
202 struct dme1737_data { struct203 struct i2c_client *client; /* for I2C devices only */204 struct device *hwmon_dev;205 const char *name;206 unsigned int addr; /* for ISA devices only */208 struct mutex update_lock;209 int valid; /* !=0 if following fields are valid */210 unsigned long last_update; /* in jiffies */211 unsigned long last_vbat; /* in jiffies */212 enum chips type;[all …]