Searched defs:f71882fg_data (Results 1 – 1 of 1) sorted by relevance
233 struct f71882fg_data { struct234 unsigned short addr;235 enum chips type;236 struct device *hwmon_dev;238 struct mutex update_lock;239 int temp_start; /* temp numbering start (0 or 1) */240 char valid; /* !=0 if following fields are valid */241 char auto_point_temp_signed;242 unsigned long last_updated; /* In jiffies */243 unsigned long last_limits; /* In jiffies */[all …]