Home
last modified time | relevance | path

Searched refs:lockRW (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/gadget/function/include/
H A Dcdcecm.h57 struct OsalMutex lockRW; member
/drivers/peripheral/usb/gadget/function/ecm/
H A Dcdcecm.c578 OsalMutexLock(&port->lockRW); in EcmDeviceDispatch()
596 OsalMutexUnlock(&port->lockRW); in EcmDeviceDispatch()
842 if (OsalMutexInit(&port->lockRW) != HDF_SUCCESS) { in UsbEcmAlloc()
852 OsalMutexDestroy(&port->lockRW); in UsbEcmAlloc()
860 OsalMutexDestroy(&port->lockRW); in UsbEcmAlloc()
877 OsalMutexDestroy(&ecm->port->lockRW); in UsbEcmFree()

Completed in 2 milliseconds