Home
last modified time | relevance | path

Searched refs:ipsExitTime (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-occ-control/
H A Dpowermode.hpp75 uint16_t ipsExitTime = 0; member
84 ipsEnterUtil, ipsEnterTime, ipsExitUtil, ipsExitTime, in serialize()
147 modeData.ipsExitTime = exitTime; in updateIPS()
191 exitTime = modeData.ipsExitTime; in getIPS()
H A Dpowermode.cpp808 "XTIME", modeData.ipsExitTime); in print()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp2680 const std::optional<uint64_t> ipsExitTime) in setIdlePowerSaver() argument
2690 ipsExitTime](const boost::system::error_code& ec, in setIdlePowerSaver()
2766 if (ipsExitTime) in setIdlePowerSaver()
2769 const uint64_t timeMilliseconds = *ipsExitTime * 1000; in setIdlePowerSaver()
3193 std::optional<uint64_t> ipsExitTime; in handleComputerSystemPatch() local
3210 "IdlePowerSaver/ExitDwellTimeSeconds", ipsExitTime, // in handleComputerSystemPatch()
3283 if (ipsEnable || ipsEnterUtil || ipsEnterTime || ipsExitUtil || ipsExitTime) in handleComputerSystemPatch()
3286 ipsExitUtil, ipsExitTime); in handleComputerSystemPatch()