Searched defs:w83792d_data (Results 1 – 1 of 1) sorted by relevance
260 struct w83792d_data { struct261 struct device *hwmon_dev;263 struct mutex update_lock;264 bool valid; /* true if following fields are valid */265 unsigned long last_updated; /* In jiffies */290 static struct w83792d_data *w83792d_update_device(struct device *dev); argument