Searched refs:ENVMON_VAL_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance
637 *value = ENVMON_VAL_UNAVAILABLE; in get_sensor_data()694 *speed = ENVMON_VAL_UNAVAILABLE; in get_fan_data()1145 ENVMON_VAL_UNAVAILABLE; in add_env_nodes()1147 ENVMON_VAL_UNAVAILABLE; in add_env_nodes()1239 if (lows.warning != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()1246 if (lows.shutdown != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()1253 if (lows.poweroff != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()1260 if (highs.warning != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()1267 if (highs.shutdown != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()1274 if (highs.poweroff != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
1807 sensor->value = ENVMON_VAL_UNAVAILABLE; in set_val_unav()1808 sensor->lowthresholds.warning = ENVMON_VAL_UNAVAILABLE; in set_val_unav()1809 sensor->lowthresholds.shutdown = ENVMON_VAL_UNAVAILABLE; in set_val_unav()1810 sensor->lowthresholds.poweroff = ENVMON_VAL_UNAVAILABLE; in set_val_unav()1811 sensor->highthresholds.warning = ENVMON_VAL_UNAVAILABLE; in set_val_unav()1812 sensor->highthresholds.shutdown = ENVMON_VAL_UNAVAILABLE; in set_val_unav()1813 sensor->highthresholds.poweroff = ENVMON_VAL_UNAVAILABLE; in set_val_unav()1819 fan->speed = ENVMON_VAL_UNAVAILABLE; in set_fan_unav()1821 fan->lowthresholds.warning = ENVMON_VAL_UNAVAILABLE; in set_fan_unav()1822 fan->lowthresholds.shutdown = ENVMON_VAL_UNAVAILABLE; in set_fan_unav()[all …]
53 #define ENVMON_VAL_UNAVAILABLE ((int16_t)(-32768)) macro