Searched refs:reqSyncLock (Results 1 – 3 of 3) sorted by relevance
211 OsalMutexLock(&port->reqSyncLock); in UsbdFindRequestSync()223 OsalMutexUnlock(&port->reqSyncLock); in UsbdFindRequestSync()285 OsalMutexLock(&port->reqSyncLock); in UsbdRequestSyncInit()287 OsalMutexUnlock(&port->reqSyncLock); in UsbdRequestSyncInit()313 OsalMutexLock(&port->reqSyncLock); in UsbdRequestSyncInitwithLength()315 OsalMutexUnlock(&port->reqSyncLock); in UsbdRequestSyncInitwithLength()671 OsalMutexDestroy(&dev->reqSyncLock); in UsbdRelease()842 if (OsalMutexInit(&port->reqSyncLock) != HDF_SUCCESS) { in HostDeviceInit()
249 OsalMutexInit(&port->reqSyncLock); in ReOpenDevice()291 OsalMutexLock(&port->reqSyncLock); in UsbdRequestSyncReleaseList()304 OsalMutexUnlock(&port->reqSyncLock); in UsbdRequestSyncReleaseList()
93 struct OsalMutex reqSyncLock; member