Home
last modified time | relevance | path

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

/drivers/peripheral/usb/hdi_service/include/
Dusbd.h93 struct OsalMutex reqSyncLock; member
/drivers/peripheral/usb/hdi_service/src/
Dusbd_dispatcher.cpp210 OsalMutexLock(&port->reqSyncLock); in UsbdFindRequestSync()
222 OsalMutexUnlock(&port->reqSyncLock); in UsbdFindRequestSync()
284 OsalMutexLock(&port->reqSyncLock); in UsbdRequestSyncInit()
286 OsalMutexUnlock(&port->reqSyncLock); in UsbdRequestSyncInit()
645 OsalMutexDestroy(&dev->reqSyncLock); in UsbdRelease()
816 if (OsalMutexInit(&port->reqSyncLock) != HDF_SUCCESS) { in HostDeviceInit()
Dusb_impl.cpp226 OsalMutexInit(&port->reqSyncLock); in ReOpenDevice()
268 OsalMutexLock(&port->reqSyncLock); in UsbdRequestSyncReleaseList()
281 OsalMutexUnlock(&port->reqSyncLock); in UsbdRequestSyncReleaseList()