Searched defs:w83l786ng_data (Results 1 – 1 of 1) sorted by relevance
112 struct w83l786ng_data { struct113 struct i2c_client *client;114 struct mutex update_lock;115 bool valid; /* true if following fields are valid */116 unsigned long last_updated; /* In jiffies */117 unsigned long last_nonvolatile; /* In jiffies, last time we update the120 u8 in[3];121 u8 in_max[3];122 u8 in_min[3];123 u8 fan[2];[all …]