Home
last modified time | relevance | path

Searched refs:ioSem (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c89 OsalSemPost(&interfacePool->ioSem); in IoSendProcess()
134 int32_t ret = OsalSemWait(&interfacePool->ioSem, HDF_WAIT_FOREVER); in IoAsyncReceiveProcess()
266 OsalSemInit(&interfacePool->ioSem, 0); in UsbIoStart()
343 OsalSemPost(&interfacePool->ioSem); in UsbIoStop()
372 OsalSemDestroy(&interfacePool->ioSem); in UsbIoStop()
/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h83 struct OsalSem ioSem; member

Completed in 1 milliseconds