Searched defs:w83l786ng_data (Results 1 – 1 of 1) sorted by relevance
113 struct w83l786ng_data { struct114 struct i2c_client *client;115 struct mutex update_lock;116 char valid; /* !=0 if following fields are valid */117 unsigned long last_updated; /* In jiffies */118 unsigned long last_nonvolatile; /* In jiffies, last time we update the121 u8 in[3];122 u8 in_max[3];123 u8 in_min[3];124 u8 fan[2];[all …]