Lines Matching defs:hp_wmi_numeric_sensor
262 struct hp_wmi_numeric_sensor { struct
263 const char *name;
264 const char *description;
265 u32 sensor_type;
266 const char *other_sensor_type; /* Explains "Other" SensorType. */
267 u32 operational_status;
268 u8 size; /* Count of PossibleStates[]. */
269 const char **possible_states;
270 const char *current_state;
271 u32 base_units;
272 s32 unit_modifier;
273 u32 current_reading;
274 u32 rate_units;