Searched defs:it87_data (Results 1 – 2 of 2) sorted by relevance
513 struct it87_data { struct514 const struct attribute_group *groups[7];515 int sioaddr;516 enum chips type;517 u32 features;518 u8 peci_mask;519 u8 old_peci_mask;521 unsigned short addr;522 const char *name;523 struct mutex update_lock;[all …]
575 struct it87_data { struct576 const struct attribute_group *groups[7];577 int sioaddr;578 enum chips type;579 u32 features;580 u8 peci_mask;581 u8 old_peci_mask;583 u8 smbus_bitmap; /* !=0 if SMBus needs to be disabled */584 u8 ec_special_config; /* EC special config register restore value */586 unsigned short addr;[all …]