Searched refs:ipsEnterTime (Results 1 – 3 of 3) sorted by relevance
/openbmc/openpower-occ-control/ |
H A D | powermode.hpp | 73 uint16_t ipsEnterTime = 0; member 84 ipsEnterUtil, ipsEnterTime, ipsExitUtil, ipsExitTime, in serialize() 145 modeData.ipsEnterTime = enterTime; in updateIPS() 189 enterTime = modeData.ipsEnterTime; in getIPS()
|
H A D | powermode.cpp | 807 "ETIME", modeData.ipsEnterTime, "XUTIL", modeData.ipsExitUtil, in print()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | systems.hpp | 2678 const std::optional<uint64_t> ipsEnterTime, in setIdlePowerSaver() argument 2689 [asyncResp, ipsEnable, ipsEnterUtil, ipsEnterTime, ipsExitUtil, in setIdlePowerSaver() 2750 if (ipsEnterTime) in setIdlePowerSaver() 2753 const uint64_t timeMilliseconds = *ipsEnterTime * 1000; in setIdlePowerSaver() 3191 std::optional<uint64_t> ipsEnterTime; in handleComputerSystemPatch() local 3208 "IdlePowerSaver/EnterDwellTimeSeconds", ipsEnterTime, // in handleComputerSystemPatch() 3283 if (ipsEnable || ipsEnterUtil || ipsEnterTime || ipsExitUtil || ipsExitTime) in handleComputerSystemPatch() 3285 setIdlePowerSaver(asyncResp, ipsEnable, ipsEnterUtil, ipsEnterTime, in handleComputerSystemPatch()
|