Searched refs:WaitForInterrupt (Results 1 – 7 of 7) sorted by relevance
66 zx_status_t PciBackend::WaitForInterrupt() { in WaitForInterrupt() function in virtio::PciBackend
61 virtual zx_status_t WaitForInterrupt() = 0;
22 zx_status_t WaitForInterrupt() override;
50 if ((rc = backend_->WaitForInterrupt()) != ZX_OK) { in IrqWorker()
86 virtual zx_status_t WaitForInterrupt();
781 if (WaitForInterrupt() != ZX_OK) { in IrqThread()829 zx_status_t MtkSdmmc::WaitForInterrupt() { in WaitForInterrupt() function in sdmmc::MtkSdmmc
53 zx_status_t WaitForInterrupt() override { in WaitForInterrupt() function in sdmmc::MtkSdmmcTest
Completed in 15 milliseconds