/openbmc/pldm/host-bmc/dbus/ |
H A D | power_supply.hpp | 15 sdbusplus::xyz::openbmc_project::Inventory::Item::server::PowerSupply>; 17 class PowerSupply : public ItemPowerSupply class 20 PowerSupply() = delete; 21 ~PowerSupply() = default; 22 PowerSupply(const PowerSupply&) = delete; 23 PowerSupply& operator=(const PowerSupply&) = delete; 24 PowerSupply(PowerSupply&&) = delete; 25 PowerSupply& operator=(PowerSupply&&) = delete; 27 PowerSupply(sdbusplus::bus_t& bus, const std::string& objPath) : in PowerSupply() function in pldm::dbus::PowerSupply
|
H A D | custom_dbus.hpp | 235 std::unordered_map<ObjectPath, std::unique_ptr<PowerSupply>> powersupply;
|
/openbmc/phosphor-power/power-supply/ |
H A D | power_supply.hpp | 29 class PowerSupply : public Device class 32 PowerSupply() = delete; 33 PowerSupply(const PowerSupply&) = delete; 34 PowerSupply(PowerSupply&&) = default; 35 PowerSupply& operator=(const PowerSupply&) = default; 36 PowerSupply& operator=(PowerSupply&&) = default; 37 ~PowerSupply() = default; 53 PowerSupply(const std::string& name, size_t inst,
|
H A D | power_supply.cpp | 48 PowerSupply::PowerSupply(const std::string& name, size_t inst, in PowerSupply() function in phosphor::power::psu::PowerSupply 109 void PowerSupply::getAccessType() in getAccessType() 121 void PowerSupply::captureCmd(util::NamesValues& nv, const std::string& cmd, in captureCmd() 139 void PowerSupply::analyze() in analyze() 184 void PowerSupply::inventoryChanged(sdbusplus::message_t& msg) in inventoryChanged() 212 void PowerSupply::updatePresence() in updatePresence() 220 void PowerSupply::powerStateChanged(sdbusplus::message_t& msg) in powerStateChanged() 248 void PowerSupply::updatePowerState() in updatePowerState() 253 void PowerSupply::checkInputFault(const uint16_t statusWord) in checkInputFault() 322 void PowerSupply::checkPGOrUnitOffFault(const uint16_t statusWord) in checkPGOrUnitOffFault() [all …]
|
H A D | main.cpp | 92 auto psuDevice = std::make_unique<psu::PowerSupply>( in main()
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.hpp | 29 class PowerSupply : public Device class 32 PowerSupply() = delete; 33 PowerSupply(const PowerSupply&) = delete; 34 PowerSupply(PowerSupply&&) = default; 35 PowerSupply& operator=(const PowerSupply&) = default; 36 PowerSupply& operator=(PowerSupply&&) = default; 37 ~PowerSupply() = default; 53 PowerSupply(const std::string& name, size_t inst,
|
H A D | power_supply.cpp | 71 PowerSupply::PowerSupply(const std::string& name, size_t inst, in PowerSupply() function in witherspoon::power::psu::PowerSupply 127 void PowerSupply::captureCmd(util::NamesValues& nv, const std::string& cmd, in captureCmd() 145 void PowerSupply::analyze() in analyze() 190 void PowerSupply::inventoryChanged(sdbusplus::message_t& msg) in inventoryChanged() 218 void PowerSupply::updatePresence() in updatePresence() 226 void PowerSupply::powerStateChanged(sdbusplus::message_t& msg) in powerStateChanged() 254 void PowerSupply::updatePowerState() in updatePowerState() 283 void PowerSupply::checkInputFault(const uint16_t statusWord) in checkInputFault() 352 void PowerSupply::checkPGOrUnitOffFault(const uint16_t statusWord) in checkPGOrUnitOffFault() 398 void PowerSupply::checkCurrentOutOverCurrentFault(const uint16_t statusWord) in checkCurrentOutOverCurrentFault() [all …]
|
H A D | main.cpp | 84 auto psuDevice = std::make_unique<psu::PowerSupply>( in main()
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 27 PowerSupply::PowerSupply( in PowerSupply() function in phosphor::power::psu::PowerSupply 95 void PowerSupply::bindOrUnbindDriver(bool present) in bindOrUnbindDriver() 164 void PowerSupply::updatePresence() in updatePresence() 181 void PowerSupply::updatePresenceGPIO() in updatePresenceGPIO() 243 void PowerSupply::analyzeCMLFault() in analyzeCMLFault() 266 void PowerSupply::analyzeInputFault() in analyzeInputFault() 300 void PowerSupply::analyzeVoutOVFault() in analyzeVoutOVFault() 326 void PowerSupply::analyzeIoutOCFault() in analyzeIoutOCFault() 351 void PowerSupply::analyzeVoutUVFault() in analyzeVoutUVFault() 377 void PowerSupply::analyzeFanFault() in analyzeFanFault() [all …]
|
H A D | power_supply.hpp | 74 class PowerSupply class 77 PowerSupply() = delete; 78 PowerSupply(const PowerSupply&) = delete; 79 PowerSupply(PowerSupply&&) = delete; 80 PowerSupply& operator=(const PowerSupply&) = delete; 81 PowerSupply& operator=(PowerSupply&&) = delete; 82 ~PowerSupply() = default; 93 PowerSupply(sdbusplus::bus_t& bus, const std::string& invpath,
|
H A D | psu_manager.hpp | 316 bool isRequiredPSU(const PowerSupply& psu); 344 std::vector<std::unique_ptr<PowerSupply>> psus;
|
/openbmc/phosphor-power/phosphor-power-supply/test/ |
H A D | power_supply_tests.cpp | 142 auto psu = std::make_unique<PowerSupply>(bus, "", 3, 0x68, "ibm-cffps", in TEST_F() 160 auto psu = std::make_unique<PowerSupply>(bus, PSUInventoryPath, 3, 0x68, in TEST_F() 178 auto psu = std::make_unique<PowerSupply>( in TEST_F() 228 PowerSupply psu{bus, PSUInventoryPath, 4, 0x69, in TEST_F() 253 PowerSupply psu2{bus, PSUInventoryPath, 5, 0x6a, in TEST_F() 692 PowerSupply psu{bus, PSUInventoryPath, 4, 0x69, in TEST_F() 712 PowerSupply psu{bus, PSUInventoryPath, 5, 0x6a, in TEST_F() 747 PowerSupply psu{bus, PSUInventoryPath, 13, 0x68, in TEST_F() 974 PowerSupply psu{bus, PSUInventoryPath, 3, 0x68, in TEST_F() 988 PowerSupply psu{bus, PSUInventoryPath, 13, 0x69, in TEST_F() [all …]
|
/openbmc/phosphor-power/cold-redundancy/ |
H A D | cold_redundancy.hpp | 84 class PowerSupply class 96 PowerSupply( 99 ~PowerSupply() = default;
|
H A D | cold_redundancy.cpp | 41 std::vector<std::unique_ptr<PowerSupply>> powerSupplies; 242 std::make_unique<PowerSupply>( in createPSU() 268 PowerSupply::PowerSupply( in PowerSupply() function in PowerSupply
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PowerSupply/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Inventory/Item/PowerSupply' 8 '../../../../../../yaml/xyz/openbmc_project/Inventory/Item/PowerSupply.interface.yaml', 28 'xyz/openbmc_project/Inventory/Item/PowerSupply',
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | physical_context.hpp | 30 PowerSupply, enumerator 104 {PhysicalContext::PowerSupply, "PowerSupply"},
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/witherspoon-tacoma/obmc/gpio/ |
H A D | phosphor-power-supply-0.conf | 6 EXTRA_IFACES=xyz.openbmc_project.Inventory.Item.PowerSupply
|
H A D | phosphor-power-supply-1.conf | 6 EXTRA_IFACES=xyz.openbmc_project.Inventory.Item.PowerSupply
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/witherspoon/obmc/gpio/ |
H A D | phosphor-power-supply-1.conf | 6 EXTRA_IFACES=xyz.openbmc_project.Inventory.Item.PowerSupply
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/swift/obmc/gpio/ |
H A D | phosphor-power-supply-1.conf | 6 EXTRA_IFACES=xyz.openbmc_project.Inventory.Item.PowerSupply
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/ |
H A D | phosphor-power-supply-0.conf | 6 EXTRA_IFACES=xyz.openbmc_project.Inventory.Item.PowerSupply
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | README.md | 26 - PowerSupply and Item: `{powering, powered_by}`
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/ |
H A D | meson.build | 24 subdir('PowerSupply') subdir 603 '../../../../../yaml/xyz/openbmc_project/Inventory/Item/PowerSupply.interface.yaml', 605 output: ['PowerSupply.md'], 617 'xyz/openbmc_project/Inventory/Item/PowerSupply',
|
/openbmc/phosphor-psu-code-mgmt/ |
H A D | meson.build | 27 'xyz.openbmc_project.Inventory.Item.PowerSupply',
|
/openbmc/docs/architecture/ |
H A D | object-mapper.md | 226 array:string:"xyz.openbmc_project.Inventory.Item.PowerSupply" 237 string "xyz.openbmc_project.Inventory.Item.PowerSupply" 251 string "xyz.openbmc_project.Inventory.Item.PowerSupply" 383 array:string:"xyz.openbmc_project.Inventory.Item.PowerSupply"
|