Searched defs:w83793_data (Results 1 – 1 of 1) sorted by relevance
217 struct w83793_data { struct218 struct i2c_client *lm75[2];219 struct device *hwmon_dev;220 struct mutex update_lock;221 char valid; /* !=0 if following fields are valid */222 unsigned long last_updated; /* In jiffies */223 unsigned long last_nonvolatile; /* In jiffies, last time we update the227 u8 bank;228 u8 vrm;229 u8 vid[2];[all …]