Searched defs:opae_sensor_info (Results 1 – 1 of 1) sorted by relevance
241 struct opae_sensor_info { struct243 const char *name;244 const char *type;245 unsigned int id;246 unsigned int high_fatal;247 unsigned int high_warn;248 unsigned int low_fatal;249 unsigned int low_warn;252 unsigned int flags;253 unsigned int value;[all …]