Home
last modified time | relevance | path

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

/drivers/peripheral/usb/hdi_service/include/
H A Dusbd.h95 struct OsalMutex reqASyncLock; member
/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()
848 HDF_LOGE("%{public}s:init reqASyncLock failed!", __func__); in HostDeviceInit()
H A Dusb_impl.cpp249 OsalMutexInit(&port->reqASyncLock); in ReOpenDevice()
316 OsalMutexLock(&port->reqASyncLock); in UsbdRequestASyncReleaseList()
329 OsalMutexUnlock(&port->reqASyncLock); in UsbdRequestASyncReleaseList()
553 OsalMutexLock(&port->reqASyncLock); in UsbdFindRequestASync()
570 OsalMutexUnlock(&port->reqASyncLock); in UsbdFindRequestASync()

Completed in 7 milliseconds