Lines Matching full:powersupply
190 "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply"; in getPSUProperties()
252 std::format("make PowerSupply bus: {} addr: {} presline: {}", in getPSUProperties()
255 auto psu = std::make_unique<PowerSupply>( in getPSUProperties()
291 if ((type == nullptr) || (*type != "PowerSupply")) in populateSysProperties()
623 "xyz.openbmc_project.Power.PowerSupply.Error.Missing", in analyze()
651 "xyz.openbmc_project.Power.PowerSupply.Error.CommFault", in analyze()
670 createError("xyz.openbmc_project.Power.PowerSupply.Error." in analyze()
678 "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault", in analyze()
692 "xyz.openbmc_project.Power.PowerSupply.Error.Fault", in analyze()
704 "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault", in analyze()
720 "xyz.openbmc_project.Power.PowerSupply.Error.Fault", in analyze()
740 "xyz.openbmc_project.Power.PowerSupply.Error.FanFault", in analyze()
755 "xyz.openbmc_project.Power.PowerSupply.Error.Fault", in analyze()
775 "xyz.openbmc_project.Power.PowerSupply.Error.Fault", in analyze()
788 "xyz.openbmc_project.Power.PowerSupply.Error.Fault", in analyze()
910 // the PowerSupply object will update the inventory Present property to in updateMissingPSUs()
1032 createError("xyz.openbmc_project.Power.PowerSupply.Error.NotSupported", in validateConfig()
1147 bool PSUManager::isRequiredPSU(const PowerSupply& psu) in isRequiredPSU()