Home
last modified time | relevance | path

Searched refs:STATUS_IOUT (Results 1 – 6 of 6) sorted by relevance

/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp384 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkPGOrUnitOffFault()
424 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkCurrentOutOverCurrentFault()
465 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkOutputOvervoltageFault()
558 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkTemperatureFault()
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp354 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkPGOrUnitOffFault()
394 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkCurrentOutOverCurrentFault()
435 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkOutputOvervoltageFault()
528 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkTemperatureFault()
/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.hpp33 constexpr auto STATUS_IOUT = "status0_iout"; variable
/openbmc/phosphor-power/
H A Dpmbus.hpp56 constexpr auto STATUS_IOUT = "status0_iout"; variable
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp589 statusIout = pmbusIntf->read(STATUS_IOUT, Type::Debug); in analyze()
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dpower_supply_tests.cpp68 EXPECT_CALL(mockPMBus, read(STATUS_IOUT, _, _)) in setPMBusExpectations()