Searched defs:w83793_data (Results 1 – 1 of 1) sorted by relevance
204 struct w83793_data { struct205 struct i2c_client *lm75[2];206 struct device *hwmon_dev;207 struct mutex update_lock;208 char valid; /* !=0 if following fields are valid */209 unsigned long last_updated; /* In jiffies */210 unsigned long last_nonvolatile; /* In jiffies, last time we update the214 u8 bank;215 u8 vrm;216 u8 vid[2];[all …]