Searched refs:i_cutoff (Results 1 – 4 of 4) sorted by relevance
200 ThrottlingArray i_cutoff; member
848 std::array<float, kThrottlingSeverityCount> i_cutoff; in ParseSensorThrottlingInfo() local849 i_cutoff.fill(NAN); in ParseSensorThrottlingInfo()917 !getFloatFromJsonValues(sensor["PIDInfo"]["I_Cutoff"], &i_cutoff, false, false)) { in ParseSensorThrottlingInfo()944 std::isnan(min_alloc_power[j]) || std::isnan(i_cutoff[j])) { in ParseSensorThrottlingInfo()1029 min_alloc_power, s_power, i_cutoff, i_default, in ParseSensorThrottlingInfo()
239 if (err < sensor_info.throttling_info->i_cutoff[target_state]) { in updatePowerBudget()
432 *dump_buf << name_info_pair.second.throttling_info->i_cutoff[i] << " "; in dumpThrottlingInfo()