Searched defs:it87_devices (Results 1 – 2 of 2) sorted by relevance
288 struct it87_devices { struct289 const char *name;290 const char * const model;291 u32 features;292 u8 peci_mask;293 u8 old_peci_mask;294 u8 smbus_bitmap; /* SMBus enable bits in extra config register */295 u8 ec_special_config;329 static const struct it87_devices it87_devices[] = { variable
269 struct it87_devices { struct270 const char *name;271 const char * const suffix;272 u32 features;273 u8 peci_mask;297 static const struct it87_devices it87_devices[] = { variable