Searched refs:i_cutoff (Results 1 – 3 of 3) sorted by relevance
95 ThrottlingArray i_cutoff; member
409 std::array<float, kThrottlingSeverityCount> i_cutoff; in ParseSensorInfo() local410 i_cutoff.fill(NAN); in ParseSensorInfo()483 !getFloatFromJsonValues(sensors[i]["PIDInfo"]["I_Cutoff"], &i_cutoff, false, in ParseSensorInfo()496 std::isnan(i_cutoff[j])) { in ParseSensorInfo()656 s_power, i_cutoff, binded_cdev_info_map}); in ParseSensorInfo()
376 *dump_buf << name_info_pair.second.throttling_info->i_cutoff[i] << " "; in dumpThrottlingInfo()