/openbmc/phosphor-power/phosphor-power-sequencer/test/ |
H A D | ucd90x_device_tests.cpp | 100 EXPECT_CALL(pmbus, read("mfr_status", Type::HwmonDeviceDebug, true)) in TEST() 118 EXPECT_CALL(pmbus, read("mfr_status", Type::HwmonDeviceDebug, true)) in TEST() 178 EXPECT_CALL(pmbus, read("mfr_status", Type::HwmonDeviceDebug, true)) in TEST() 232 EXPECT_CALL(pmbus, read("mfr_status", Type::HwmonDeviceDebug, true)) in TEST()
|
H A D | ucd90320_device_tests.cpp | 153 EXPECT_CALL(pmbus, read("mfr_status", Type::HwmonDeviceDebug, true)) in TEST() 241 EXPECT_CALL(pmbus, read("mfr_status", Type::HwmonDeviceDebug, true)) in TEST()
|
H A D | ucd90160_device_tests.cpp | 161 EXPECT_CALL(pmbus, read("mfr_status", Type::HwmonDeviceDebug, true)) in TEST() 258 EXPECT_CALL(pmbus, read("mfr_status", Type::HwmonDeviceDebug, true)) in TEST()
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 664 sn = pmbusIntf.readString(SERIAL_NUMBER, Type::HwmonDeviceDebug); in updateInventory() 671 pn = pmbusIntf.readString(PART_NUMBER, Type::HwmonDeviceDebug); in updateInventory() 678 ccin = pmbusIntf.readString(CCIN, Type::HwmonDeviceDebug); in updateInventory() 685 version = pmbusIntf.readString(FW_VERSION, Type::HwmonDeviceDebug); in updateInventory() 805 pmbusIntf.readBinary(INPUT_HISTORY, pmbus::Type::HwmonDeviceDebug, in updateHistory()
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | ucd90x_device.cpp | 36 value = pmbusInterface->read(fileName, Type::HwmonDeviceDebug); in getMfrStatus()
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 725 Type::HwmonDeviceDebug); in onOffConfig() 951 modelName = readVPDValue(CCIN, Type::HwmonDeviceDebug, CC_KW_SIZE); in updateInventory() 958 fwVersion = readVPDValue(FW_VERSION, Type::HwmonDeviceDebug, in updateInventory() 1054 pmbusIntf->readString(MFR_POUT_MAX, Type::HwmonDeviceDebug); in getMaxPowerOut() 1141 pmbus::Type::HwmonDeviceDebug, recordSize); in monitorPeakInputPowerSensor()
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | pmbus.hpp | 99 HwmonDeviceDebug // hwmon device debug directory enumerator
|
H A D | pmbus.cpp | 82 case Type::HwmonDeviceDebug: in getPath()
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | model.cpp | 131 auto type = phosphor::pmbus::Type::HwmonDeviceDebug; in getModelDbus()
|
H A D | version.cpp | 143 auto type = phosphor::pmbus::Type::HwmonDeviceDebug; in getVersionDbus()
|
/openbmc/phosphor-power/ |
H A D | pmbus.hpp | 160 HwmonDeviceDebug // hwmon device debug directory enumerator
|
H A D | utility.cpp | 178 type = Type::HwmonDeviceDebug; in getPMBusAccessType()
|
H A D | README.md | 68 - HwmonDeviceDebug: The hwmon device debug dir, e.g.
|
H A D | pmbus.cpp | 82 case Type::HwmonDeviceDebug: in getPath()
|
/openbmc/phosphor-power/power-sequencer/ |
H A D | ucd90160.cpp | 111 return interface.read(MFR_STATUS, Type::HwmonDeviceDebug); in readMFRStatus()
|
/openbmc/witherspoon-pfault-analysis/power-sequencer/ |
H A D | ucd90160.cpp | 111 return interface.read(MFR_STATUS, Type::HwmonDeviceDebug); in readMFRStatus()
|
/openbmc/phosphor-power/power-supply/ |
H A D | power_supply.cpp | 742 pmbusIntf.readBinary(INPUT_HISTORY, pmbus::Type::HwmonDeviceDebug, in updateHistory()
|
/openbmc/phosphor-power/phosphor-power-supply/test/ |
H A D | power_supply_tests.cpp | 80 ON_CALL(mockPMBus, readBinary(INPUT_HISTORY, Type::HwmonDeviceDebug, 5)) in setPMBusExpectations() 736 Type::HwmonDeviceDebug)) in TEST_F() 2035 readBinary(INPUT_HISTORY, Type::HwmonDeviceDebug, 5)) in TEST_F()
|