Home
last modified time | relevance | path

Searched refs:softMin (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-occ-control/
H A Dpowercap.hpp132 bool updateDbusPcapLimits(uint32_t softMin, uint32_t hardMin,
145 bool readDbusPcapLimits(uint32_t& softMin, uint32_t& hardMin,
H A Dpowercap.cpp405 bool PowerCap::updateDbusPcapLimits(uint32_t softMin, uint32_t hardMin, in updateDbusPcapLimits() argument
413 softMin); in updateDbusPcapLimits()
420 softMin, e.what()) in updateDbusPcapLimits()
458 bool PowerCap::readDbusPcapLimits(uint32_t& softMin, uint32_t& hardMin, in readDbusPcapLimits() argument
468 softMin = std::get<uint32_t>(prop); in readDbusPcapLimits()
476 softMin = 0; in readDbusPcapLimits()