Home
last modified time | relevance | path

Searched refs:requestLock (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/usb/ddk/host/include/
H A Dusb_ddk_device.h45 struct OsalMutex requestLock; member
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd.h91 struct OsalMutex requestLock; member
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp247 OsalMutexInit(&port->requestLock); in ReOpenDevice()
619 OsalMutexLock(&port->requestLock); in FunRequestQueueFillAndSubmit()
621 OsalMutexUnlock(&port->requestLock); in FunRequestQueueFillAndSubmit()
643 OsalMutexLock(&port->requestLock); in GetRequestMsgFromQueue()
647 OsalMutexUnlock(&port->requestLock); in GetRequestMsgFromQueue()
674 OsalMutexLock(&port->requestLock); in GetRequestMsgData()
676 OsalMutexUnlock(&port->requestLock); in GetRequestMsgData()
1880 OsalMutexLock(&port->requestLock); in RequestWait()
1882 OsalMutexUnlock(&port->requestLock); in RequestWait()
H A Dusbd_dispatcher.cpp670 OsalMutexDestroy(&dev->requestLock); in UsbdRelease()
827 if (OsalMutexInit(&port->requestLock) != HDF_SUCCESS) { in HostDeviceInit()
828 HDF_LOGE("%{public}s:init requestLock failed!", __func__); in HostDeviceInit()
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c1625 OsalMutexInit(&deviceObj->requestLock); in RawRequestListInit()

Completed in 9 milliseconds