Searched defs:it87_data (Results 1 – 1 of 1) sorted by relevance
442 struct it87_data { struct443 struct device *hwmon_dev;444 enum chips type;445 u16 features;446 u8 peci_mask;447 u8 old_peci_mask;449 unsigned short addr;450 const char *name;451 struct mutex update_lock;452 char valid; /* !=0 if following fields are valid */[all …]