Searched defs:w83781d_data (Results 1 – 1 of 1) sorted by relevance
208 struct w83781d_data { struct209 struct i2c_client *client;210 struct device *hwmon_dev;211 struct mutex lock;212 enum chips type;215 const char *name;216 int isa_addr;218 struct mutex update_lock;219 char valid; /* !=0 if following fields are valid */220 unsigned long last_updated; /* In jiffies */[all …]