Searched refs:ENVMON_VAL_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance
639 *value = ENVMON_VAL_UNAVAILABLE; in get_sensor_data()696 *speed = ENVMON_VAL_UNAVAILABLE; in get_fan_data()1147 ENVMON_VAL_UNAVAILABLE; in add_env_nodes()1149 ENVMON_VAL_UNAVAILABLE; in add_env_nodes()1241 if (lows.warning != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()1248 if (lows.shutdown != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()1255 if (lows.poweroff != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()1262 if (highs.warning != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()1269 if (highs.shutdown != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()1276 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