Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp324 sys.inputVoltage = *voltage; in populateSysProperties()
996 int inputVoltage; in validateConfig() local
1007 psu->getInputVoltage(actualVoltage, inputVoltage); in validateConfig()
1008 if (previousInputVoltage && inputVoltage && in validateConfig()
1009 (previousInputVoltage != inputVoltage)) in validateConfig()
1017 if (!previousInputVoltage && inputVoltage) in validateConfig()
1019 previousInputVoltage = inputVoltage; in validateConfig()
1082 int inputVoltage; in hasRequiredPSUs() local
1083 psu->getInputVoltage(actualInputVoltage, inputVoltage); in hasRequiredPSUs()
1085 if (std::find(config.second.inputVoltage.begin(), in hasRequiredPSUs()
[all …]
H A Dpower_supply.cpp660 int inputVoltageOld = inputVoltage; in analyze()
662 getInputVoltage(actualInputVoltage, inputVoltage); in analyze()
664 (inputVoltage != in_input::VIN_VOLTAGE_0)) in analyze()
674 else if (vinUVFault && (inputVoltage != in_input::VIN_VOLTAGE_0)) in analyze()
1174 int& inputVoltage) const in getInputVoltage()
1179 inputVoltage = in_input::VIN_VOLTAGE_0; in getInputVoltage()
1194 inputVoltage = in_input::VIN_VOLTAGE_0; in getInputVoltage()
1198 inputVoltage = in_input::VIN_VOLTAGE_110; in getInputVoltage()
1202 inputVoltage = in_input::VIN_VOLTAGE_220; in getInputVoltage()
H A Dpower_supply.hpp476 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 Dpsu_manager.hpp18 std::vector<uint64_t> inputVoltage; member