Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp335 supportedConfigs.emplace(*model, sys); in populateSysProperties()
399 if (powerOn && !psus.empty() && !supportedConfigs.empty()) in entityManagerIfaceAdded()
887 if (supportedConfigs.empty() || psus.empty()) in updateMissingPSUs()
903 for (const auto& config : supportedConfigs) in updateMissingPSUs()
957 if (!runValidateConfig || supportedConfigs.empty() || psus.empty()) in validateConfig()
1036 for (const auto& config : supportedConfigs) in hasRequiredPSUs()
1103 if (!supportedConfigs.empty() && !psus.empty()) in getRequiredPSUCount()
1118 auto it = supportedConfigs.find(model); in getRequiredPSUCount()
1119 if (it != supportedConfigs.end()) in getRequiredPSUCount()
1234 if (supportedConfigs.find(model) != supportedConfigs.end()) in validateModelName()
[all …]
H A Dchassis.cpp292 supportedConfigs.emplace(*model, supportedPsuConfig); in populateSupportedConfiguration()
389 if (!runValidateConfig || supportedConfigs.empty() || psus.empty()) in validateConfig()
886 for (const auto& config : supportedConfigs) in hasRequiredPSUs()
950 if (supportedConfigs.empty() || psus.empty()) in updateMissingPSUs()
966 for (const auto& config : supportedConfigs) in updateMissingPSUs()
1104 auto config = supportedConfigs.find(model); in setPowerConfigGPIO()
1105 if (config != supportedConfigs.end()) in setPowerConfigGPIO()
1194 if (supportedConfigs.find(model) != supportedConfigs.end()) in validateModelName()
1203 else if (supportedConfigs.find(psuModel) != supportedConfigs.end()) in validateModelName()
1314 if (!supportedConfigs.empty() && !psus.empty()) in getRequiredPSUCount()
[all …]
H A Dchassis.hpp144 if (powerOn && !psus.empty() && !supportedConfigs.empty()) in validatePsuConfigAndInterfacesProcessed()
196 std::map<std::string, SupportedPsuConfiguration> supportedConfigs; member in phosphor::power::chassis::Chassis
H A Dpsu_manager.hpp338 std::map<std::string, sys_properties> supportedConfigs; member in phosphor::power::manager::PSUManager