Searched defs:w83781d_data (Results 1 – 1 of 1) sorted by relevance
195 struct w83781d_data { struct196 struct i2c_client *client;197 struct device *hwmon_dev;198 struct mutex lock;199 enum chips type;202 const char *name;203 int isa_addr;205 struct mutex update_lock;206 char valid; /* !=0 if following fields are valid */207 unsigned long last_updated; /* In jiffies */[all …]