Searched defs:w83l786ng_data (Results 1 – 1 of 1) sorted by relevance
126 struct w83l786ng_data { struct127 struct i2c_client *client;128 struct mutex update_lock;129 char valid; /* !=0 if following fields are valid */130 unsigned long last_updated; /* In jiffies */131 unsigned long last_nonvolatile; /* In jiffies, last time we update the134 u8 in[3];135 u8 in_max[3];136 u8 in_min[3];137 u8 fan[2];[all …]