Searched defs:f71882fg_data (Results 1 – 1 of 1) sorted by relevance
244 struct f71882fg_data { struct245 unsigned short addr;246 enum chips type;247 struct device *hwmon_dev;249 struct mutex update_lock;250 int temp_start; /* temp numbering start (0 or 1) */251 bool valid; /* true if following fields are valid */252 char auto_point_temp_signed;253 unsigned long last_updated; /* In jiffies */254 unsigned long last_limits; /* In jiffies */[all …]