Searched defs:it87_devices (Results 1 – 1 of 1) sorted by relevance
291 struct it87_devices { struct292 const char *name;293 const char * const model;294 u32 features;295 u8 peci_mask;296 u8 old_peci_mask;297 u8 smbus_bitmap; /* SMBus enable bits in extra config register */298 u8 ec_special_config;332 static const struct it87_devices it87_devices[] = { variable