Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dchassis.cpp269 const bool* fullLoad = std::get_if<bool>(&(propIt->second)); in populateSupportedConfiguration() local
270 if (fullLoad != nullptr) in populateSupportedConfiguration()
272 supportedPsuConfig.powerConfigFullLoad = *fullLoad; in populateSupportedConfiguration()
H A Dpsu_manager.cpp328 const bool* fullLoad = std::get_if<bool>(&(propIt->second)); in populateSysProperties() local
329 if (fullLoad != nullptr) in populateSysProperties()
331 sys.powerConfigFullLoad = *fullLoad; in populateSysProperties()