Searched refs:STATUS_TEMPERATURE (Results 1 – 6 of 6) sorted by relevance
/openbmc/witherspoon-pfault-analysis/ |
H A D | pmbus.hpp | 43 constexpr auto STATUS_TEMPERATURE = "status0_temp"; variable
|
/openbmc/phosphor-power/ |
H A D | pmbus.hpp | 66 constexpr auto STATUS_TEMPERATURE = "status0_temp"; variable
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 504 captureCmd(nv, STATUS_TEMPERATURE, Type::Debug); in checkFanFault() 529 statusTemperature = pmbusIntf.read(STATUS_TEMPERATURE, Type::Debug); in checkTemperatureFault()
|
/openbmc/phosphor-power/power-supply/ |
H A D | power_supply.cpp | 474 captureCmd(nv, STATUS_TEMPERATURE, Type::Debug); in checkFanFault() 499 statusTemperature = pmbusIntf.read(STATUS_TEMPERATURE, Type::Debug); in checkTemperatureFault()
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 592 pmbusIntf->read(STATUS_TEMPERATURE, Type::Debug); in analyze()
|
/openbmc/phosphor-power/phosphor-power-supply/test/ |
H A D | power_supply_tests.cpp | 74 EXPECT_CALL(mockPMBus, read(STATUS_TEMPERATURE, _, _)) in setPMBusExpectations()
|