Searched refs:getCRC (Results 1 – 16 of 16) sorted by relevance
41 if (!(co_await this->vrInterface->getCRC(sum))) in getVersion()
50 virtual sdbusplus::async::task<bool> getCRC(uint32_t* checksum) = 0;
19 sdbusplus::async::task<bool> getCRC(uint32_t* checksum) final;
29 sdbusplus::async::task<bool> getCRC(uint32_t* checksum) final;
339 sdbusplus::async::task<bool> MP2X6XX::getCRC(uint32_t* checksum) in getCRC() function in phosphor::software::VR::MP2X6XX382 if (!co_await getCRC(&crc)) in checkMTPCRC()
293 bool getCRCSuccess = co_await getCRC(&deviceCRC); in verifyCRC()306 sdbusplus::async::task<bool> MP5998::getCRC(uint32_t* checksum) in getCRC() function in phosphor::software::VR::MP5998
379 sdbusplus::async::task<bool> MP297X::getCRC(uint32_t* checksum) in getCRC() function in phosphor::software::VR::MP297X448 if (!co_await getCRC(&crc)) in checkMTPCRC()
396 sdbusplus::async::task<bool> MPX9XX::getCRC(uint32_t* checksum) in getCRC() function in phosphor::software::VR::MPX9XX485 if (!co_await getCRC(&crc)) in checkMTPCRC()
23 sdbusplus::async::task<bool> getCRC(uint32_t* checksum) final;
124 sdbusplus::async::task<bool> TDA38640A::getCRC(uint32_t* sum) in getCRC() function in phosphor::software::VR::TDA38640A428 if (!(co_await getCRC(&devCrc))) in verifyImage()
30 sdbusplus::async::task<bool> getCRC(uint32_t* checksum) final;
279 sdbusplus::async::task<bool> ISL69269::getCRC(uint32_t* sum) in getCRC() function in phosphor::software::VR::ISL69269732 if (!(co_await getCRC(&crc))) in verifyImage()
225 sdbusplus::async::task<bool> XDPE1X2XX::getCRC(uint32_t* checksum) in getCRC() function in phosphor::software::VR::XDPE1X2XX254 if (!(co_await getCRC(&sum))) in program()