Home
last modified time | relevance | path

Searched refs:isRequiredPSU (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.hpp315 bool isRequiredPSU(const PowerSupply& psu);
H A Dchassis.hpp465 bool isRequiredPSU(const PowerSupply& psu);
H A Dchassis.cpp502 if (!requiredPSUsPresent && isRequiredPSU(*psu)) in analyze()
1179 bool Chassis::isRequiredPSU(const PowerSupply& psu) in isRequiredPSU() function in phosphor::power::chassis::Chassis
H A Dpsu_manager.cpp602 if (!requiredPSUsPresent && isRequiredPSU(*psu)) in analyze()
1129 bool PSUManager::isRequiredPSU(const PowerSupply& psu) in isRequiredPSU() function in phosphor::power::manager::PSUManager