Searched defs:w83793_data (Results 1 – 1 of 1) sorted by relevance
204 struct w83793_data { struct205 struct device *hwmon_dev;206 struct mutex update_lock;207 bool valid; /* true if following fields are valid */208 unsigned long last_updated; /* In jiffies */209 unsigned long last_nonvolatile; /* In jiffies, last time we update the213 u8 bank;214 u8 vrm;215 u8 vid[2];216 u8 in[10][3]; /* Register value, read/high/low */[all …]