Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c88 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()
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h83 struct OsalSem ioSem; member