Searched refs:power_thresholds (Results 1 – 8 of 8) sorted by relevance
136 for (const auto &power_threshold : binded_cdev_pair.second.power_thresholds) { in registerThermalThrottling()296 binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)]) { in throttlingReleaseUpdate()301 binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)]) { in throttlingReleaseUpdate()308 << binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)] in throttlingReleaseUpdate()
74 ThrottlingArray power_thresholds; member
651 ThrottlingArray power_thresholds; in ParseSensorInfo() local652 power_thresholds.fill(NAN); in ParseSensorInfo()705 if (!getFloatFromJsonValues(sub_values, &power_thresholds, false, false)) { in ParseSensorInfo()732 .power_thresholds = power_thresholds, in ParseSensorInfo()
150 for (const auto &power_threshold : binded_cdev_pair.second.power_thresholds) { in registerThermalThrottling()547 binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)]) { in throttlingReleaseUpdate()552 binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)]) { in throttlingReleaseUpdate()559 << binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)] in throttlingReleaseUpdate()565 binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)])); in throttlingReleaseUpdate()
193 ThrottlingArray power_thresholds; in ParseBindedCdevInfo() local194 power_thresholds.fill(NAN); in ParseBindedCdevInfo()242 if (!getFloatFromJsonValues(sub_values, &power_thresholds, false, false)) { in ParseBindedCdevInfo()269 .power_thresholds = power_thresholds, in ParseBindedCdevInfo()
417 *dump_buf << binded_cdev_info_pair.second.power_thresholds[i] << " "; in dumpThrottlingInfo()
423 *dump_buf << binded_cdev_info_pair.second.power_thresholds[i] << " "; in dumpThrottlingInfo()