Searched refs:inputVoltage (Results 1 – 8 of 8) sorted by relevance
| /openbmc/phosphor-power/phosphor-power-supply/ |
| H A D | chassis.cpp | 259 supportedPsuConfig.inputVoltage = *voltage; in populateSupportedConfiguration() 394 int inputVoltage; in validateConfig() local 405 psu->getInputVoltage(actualVoltage, inputVoltage); in validateConfig() 406 if (previousInputVoltage && inputVoltage && in validateConfig() 407 (previousInputVoltage != inputVoltage)) in validateConfig() 415 if (!previousInputVoltage && inputVoltage) in validateConfig() 417 previousInputVoltage = inputVoltage; in validateConfig() 865 int inputVoltage; in hasRequiredPSUs() local 866 psu->getInputVoltage(actualInputVoltage, inputVoltage); in hasRequiredPSUs() 868 if (std::find(config.second.inputVoltage.begin(), in hasRequiredPSUs() [all …]
|
| H A D | psu_manager.cpp | 318 sys.inputVoltage = *voltage; in populateSysProperties() 978 int inputVoltage; in validateConfig() local 989 psu->getInputVoltage(actualVoltage, inputVoltage); in validateConfig() 990 if (previousInputVoltage && inputVoltage && in validateConfig() 991 (previousInputVoltage != inputVoltage)) in validateConfig() 999 if (!previousInputVoltage && inputVoltage) in validateConfig() 1001 previousInputVoltage = inputVoltage; in validateConfig() 1064 int inputVoltage; in hasRequiredPSUs() local 1065 psu->getInputVoltage(actualInputVoltage, inputVoltage); in hasRequiredPSUs() 1067 if (std::find(config.second.inputVoltage.begin(), in hasRequiredPSUs() [all …]
|
| H A D | new_power_supply.cpp | 684 int inputVoltageOld = inputVoltage; in analyze() 686 getInputVoltage(actualInputVoltage, inputVoltage); in analyze() 688 (inputVoltage != in_input::VIN_VOLTAGE_0)) in analyze() 698 else if (vinUVFault && (inputVoltage != in_input::VIN_VOLTAGE_0)) in analyze() 1193 int& inputVoltage) const in getInputVoltage() 1198 inputVoltage = in_input::VIN_VOLTAGE_0; in getInputVoltage() 1213 inputVoltage = in_input::VIN_VOLTAGE_0; in getInputVoltage() 1217 inputVoltage = in_input::VIN_VOLTAGE_110; in getInputVoltage() 1221 inputVoltage = in_input::VIN_VOLTAGE_220; in getInputVoltage()
|
| H A D | power_supply.cpp | 669 int inputVoltageOld = inputVoltage; in analyze() 671 getInputVoltage(actualInputVoltage, inputVoltage); in analyze() 673 (inputVoltage != in_input::VIN_VOLTAGE_0)) in analyze() 683 else if (vinUVFault && (inputVoltage != in_input::VIN_VOLTAGE_0)) in analyze() 1179 int& inputVoltage) const in getInputVoltage() 1184 inputVoltage = in_input::VIN_VOLTAGE_0; in getInputVoltage() 1199 inputVoltage = in_input::VIN_VOLTAGE_0; in getInputVoltage() 1203 inputVoltage = in_input::VIN_VOLTAGE_110; in getInputVoltage() 1207 inputVoltage = in_input::VIN_VOLTAGE_220; in getInputVoltage()
|
| H A D | power_supply.hpp | 476 void getInputVoltage(double& actualInputVoltage, int& inputVoltage) const; 935 int inputVoltage = phosphor::pmbus::in_input::VIN_VOLTAGE_0; member in phosphor::power::psu::PowerSupply
|
| H A D | new_power_supply.hpp | 492 void getInputVoltage(double& actualInputVoltage, int& inputVoltage) const; 951 int inputVoltage = phosphor::pmbus::in_input::VIN_VOLTAGE_0; member in phosphor::power::psu::PowerSupply
|
| H A D | psu_manager.hpp | 18 std::vector<uint64_t> inputVoltage; member
|
| H A D | chassis.hpp | 23 std::vector<uint64_t> inputVoltage; member
|