Searched refs:readBinary (Results 1 – 12 of 12) sorted by relevance
/openbmc/openpower-occ-control/ |
H A D | occ_device.cpp | 53 return readBinary("occ_active"); in active() 58 return readBinary("occ_master"); in master() 61 bool Device::readBinary(const std::string& fileName) const in readBinary() function in open_power::occ::Device
|
H A D | occ_device.hpp | 235 bool readBinary(const std::string& fileName) const;
|
/openbmc/phosphor-power/ |
H A D | pmbus.hpp | 176 virtual std::vector<uint8_t> readBinary(const std::string& name, Type type, 322 std::vector<uint8_t> readBinary(const std::string& name, Type type,
|
H A D | pmbus.cpp | 251 std::vector<uint8_t> PMBus::readBinary(const std::string& name, Type type, in readBinary() function in phosphor::pmbus::PMBus
|
/openbmc/phosphor-power/phosphor-power-sequencer/test/ |
H A D | mock_pmbus.hpp | 50 MOCK_METHOD(std::vector<uint8_t>, readBinary,
|
/openbmc/phosphor-power/phosphor-power-supply/test/ |
H A D | mock.hpp | 30 MOCK_METHOD(std::vector<uint8_t>, readBinary,
|
H A D | power_supply_tests.cpp | 80 ON_CALL(mockPMBus, readBinary(INPUT_HISTORY, Type::HwmonDeviceDebug, 5)) in setPMBusExpectations() 2035 readBinary(INPUT_HISTORY, Type::HwmonDeviceDebug, 5)) in TEST_F()
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | pmbus.hpp | 213 std::vector<uint8_t> readBinary(const std::string& name, Type type,
|
H A D | pmbus.cpp | 233 std::vector<uint8_t> PMBus::readBinary(const std::string& name, Type type, in readBinary() function in witherspoon::pmbus::PMBus
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 805 pmbusIntf.readBinary(INPUT_HISTORY, pmbus::Type::HwmonDeviceDebug, in updateHistory()
|
/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/ |
H A D | power_supply.cpp | 1140 data = pmbusIntf->readBinary(INPUT_HISTORY, in monitorPeakInputPowerSensor()
|