Home
last modified time | relevance | path

Searched refs:reqASyncLock (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd.h95 struct OsalMutex reqASyncLock; member
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp672 OsalMutexDestroy(&dev->reqASyncLock); in UsbdRelease()
768 OsalMutexLock(&port->reqASyncLock); in UsbdRequestASyncInit()
770 OsalMutexUnlock(&port->reqASyncLock); in UsbdRequestASyncInit()
847 if (OsalMutexInit(&port->reqASyncLock) != HDF_SUCCESS) { in HostDeviceInit()
H A Dusb_impl.cpp250 OsalMutexInit(&port->reqASyncLock); in ReOpenDevice()
317 OsalMutexLock(&port->reqASyncLock); in UsbdRequestASyncReleaseList()
330 OsalMutexUnlock(&port->reqASyncLock); in UsbdRequestASyncReleaseList()
554 OsalMutexLock(&port->reqASyncLock); in UsbdFindRequestASync()
571 OsalMutexUnlock(&port->reqASyncLock); in UsbdFindRequestASync()