Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp314 sys.powerSupplyCount = *count; in populateSysProperties()
965 if ((presentCount < config.second.powerSupplyCount) && !psuPresent) in updateMissingPSUs()
1063 if (presentCount < config.second.powerSupplyCount) in hasRequiredPSUs()
1067 std::to_string(config.second.powerSupplyCount); in hasRequiredPSUs()
1139 requiredCount = it->second.powerSupplyCount; in getRequiredPSUCount()
H A Dpsu_manager.hpp17 int powerSupplyCount; member