Searched refs:checkId (Results 1 – 8 of 8) sorted by relevance
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/ |
| H A D | mp2x6xx.cpp | 100 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 D | mp2x6xx.hpp | 24 sdbusplus::async::task<bool> checkId(PMBusCmd pmBusCmd, uint32_t expected);
|
| H A D | mp297x.hpp | 24 sdbusplus::async::task<bool> checkId(PMBusCmd pmBusCmd, uint32_t expected);
|
| H A D | mp5998.hpp | 24 sdbusplus::async::task<bool> checkId(PMBusCmd pmBusCmd, uint32_t expected);
|
| H A D | mpx9xx.cpp | 115 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 D | mpx9xx.hpp | 34 sdbusplus::async::task<bool> checkId(MPX9XXCmd idCmd, uint32_t expected);
|
| H A D | mp5998.cpp | 81 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 D | mp297x.cpp | 100 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()
|