Searched defs:opae_sensor_info (Results 1 – 1 of 1) sorted by relevance
195 struct opae_sensor_info { struct197 const char *name;198 const char *type;199 unsigned int id;200 unsigned int high_fatal;201 unsigned int high_warn;202 unsigned int low_fatal;203 unsigned int low_warn;206 unsigned int flags;207 unsigned int value;[all …]