Searched refs:ioSem (Results 1 – 2 of 2) sorted by relevance
88 OsalSemPost(&interfacePool->ioSem); in IoSendProcess()137 int32_t ret = OsalSemWait(&interfacePool->ioSem, HDF_WAIT_FOREVER); in IoAsyncReceiveProcess()275 OsalSemInit(&interfacePool->ioSem, 0); in UsbIoStart()352 OsalSemPost(&interfacePool->ioSem); in UsbIoStop()381 OsalSemDestroy(&interfacePool->ioSem); in UsbIoStop()
83 struct OsalSem ioSem; member