Searched refs:cold_hysteresis (Results 1 – 5 of 5) sorted by relevance
116 std::array<float, kThrottlingSeverityCount> cold_hysteresis; in ParseSensorInfo() local117 cold_hysteresis.fill(0.0); in ParseSensorInfo()191 cold_hysteresis[j] = getFloatFromValue(values[j]); in ParseSensorInfo()192 if (std::isnan(cold_hysteresis[j])) { in ParseSensorInfo()195 << "]'s ColdHysteresis: " << cold_hysteresis[j]; in ParseSensorInfo()200 << "]: " << cold_hysteresis[j]; in ParseSensorInfo()225 .cold_hysteresis = cold_hysteresis, in ParseSensorInfo()
44 ThrottlingArray cold_hysteresis; member
118 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis,
314 sensor_info.hot_hysteresis, sensor_info.cold_hysteresis, in readTemperature()351 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis, in getSeverityFromThresholds() argument375 if (!std::isnan(cold_thresholds[i]) && (cold_thresholds[i] + cold_hysteresis[i]) > value && in getSeverityFromThresholds()
366 dump_buf << name_info_pair.second.cold_hysteresis[i] << " "; in debug()