Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp211 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()
H A Dusb_impl.cpp249 OsalMutexInit(&port->reqSyncLock); in ReOpenDevice()
291 OsalMutexLock(&port->reqSyncLock); in UsbdRequestSyncReleaseList()
304 OsalMutexUnlock(&port->reqSyncLock); in UsbdRequestSyncReleaseList()
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd.h93 struct OsalMutex reqSyncLock; member