Home
last modified time | relevance | path

Searched refs:PowerSupply (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/pldm/host-bmc/dbus/
H A Dpower_supply.hpp15 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 Dcustom_dbus.hpp235 std::unordered_map<ObjectPath, std::unique_ptr<PowerSupply>> powersupply;
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.hpp29 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 Dpower_supply.cpp48 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 Dmain.cpp92 auto psuDevice = std::make_unique<psu::PowerSupply>( in main()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.hpp29 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 Dpower_supply.cpp71 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 Dmain.cpp84 auto psuDevice = std::make_unique<psu::PowerSupply>( in main()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp27 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 Dpower_supply.hpp74 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 Dpsu_manager.hpp316 bool isRequiredPSU(const PowerSupply& psu);
344 std::vector<std::unique_ptr<PowerSupply>> psus;
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dpower_supply_tests.cpp142 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 Dcold_redundancy.hpp84 class PowerSupply class
96 PowerSupply(
99 ~PowerSupply() = default;
H A Dcold_redundancy.cpp41 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 Dmeson.build3 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 Dphysical_context.hpp30 PowerSupply, enumerator
104 {PhysicalContext::PowerSupply, "PowerSupply"},
/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/witherspoon-tacoma/obmc/gpio/
H A Dphosphor-power-supply-0.conf6 EXTRA_IFACES=xyz.openbmc_project.Inventory.Item.PowerSupply
H A Dphosphor-power-supply-1.conf6 EXTRA_IFACES=xyz.openbmc_project.Inventory.Item.PowerSupply
/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/witherspoon/obmc/gpio/
H A Dphosphor-power-supply-1.conf6 EXTRA_IFACES=xyz.openbmc_project.Inventory.Item.PowerSupply
/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/swift/obmc/gpio/
H A Dphosphor-power-supply-1.conf6 EXTRA_IFACES=xyz.openbmc_project.Inventory.Item.PowerSupply
/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/
H A Dphosphor-power-supply-0.conf6 EXTRA_IFACES=xyz.openbmc_project.Inventory.Item.PowerSupply
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DREADME.md26 - PowerSupply and Item: `{powering, powered_by}`
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/
H A Dmeson.build24 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 Dmeson.build27 'xyz.openbmc_project.Inventory.Item.PowerSupply',
/openbmc/docs/architecture/
H A Dobject-mapper.md226 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"

12