Home
last modified time | relevance | path

Searched refs:checkId (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmp2x6xx.cpp100 sdbusplus::async::task<bool> MP2X6XX::checkId(PMBusCmd pmBusCmd, in checkId() function in phosphor::software::VR::MP2X6XX
404 if (!co_await checkId(PMBusCmd::mfrId, configuration->vendorId)) in updateFirmware()
409 if (!co_await checkId(PMBusCmd::icDeviceId, configuration->productId)) in updateFirmware()
414 if (!co_await checkId(PMBusCmd::mfrSerial, configuration->configId)) in updateFirmware()
H A Dmp2x6xx.hpp24 sdbusplus::async::task<bool> checkId(PMBusCmd pmBusCmd, uint32_t expected);
H A Dmp297x.hpp24 sdbusplus::async::task<bool> checkId(PMBusCmd pmBusCmd, uint32_t expected);
H A Dmp5998.hpp24 sdbusplus::async::task<bool> checkId(PMBusCmd pmBusCmd, uint32_t expected);
H A Dmpx9xx.cpp115 sdbusplus::async::task<bool> MPX9XX::checkId(MPX9XXCmd idCmd, uint32_t expected) in checkId() function in phosphor::software::VR::MPX9XX
513 if (!co_await checkId(MPX9XXCmd::vendorId, configuration->vendorId)) in updateFirmware()
518 if (!co_await checkId(MPX9XXCmd::deviceId, configuration->productId)) in updateFirmware()
523 if (!co_await checkId(getConfigIdCmd(), configuration->configId)) in updateFirmware()
H A Dmpx9xx.hpp34 sdbusplus::async::task<bool> checkId(MPX9XXCmd idCmd, uint32_t expected);
H A Dmp5998.cpp81 sdbusplus::async::task<bool> MP5998::checkId(PMBusCmd idCmd, uint32_t expected) in checkId() function in phosphor::software::VR::MP5998
410 if (!co_await checkId(PMBusCmd::mfrId, configuration->vendorId)) in updateFirmware()
415 if (!co_await checkId(PMBusCmd::mfrModel, configuration->productId)) in updateFirmware()
H A Dmp297x.cpp100 sdbusplus::async::task<bool> MP297X::checkId(PMBusCmd idCmd, uint32_t expected) in checkId() function in phosphor::software::VR::MP297X
472 if (!co_await checkId(PMBusCmd::mfrId, configuration->vendorId)) in updateFirmware()
477 if (!co_await checkId(PMBusCmd::mfrModel, configuration->productId)) in updateFirmware()