Searched defs:it87_data (Results 1 – 1 of 1) sorted by relevance
428 struct it87_data { struct429 struct device *hwmon_dev;430 enum chips type;431 u16 features;432 u8 peci_mask;433 u8 old_peci_mask;435 unsigned short addr;436 const char *name;437 struct mutex update_lock;438 char valid; /* !=0 if following fields are valid */[all …]