Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c152 OsalMutexLock(&interfacePool->ioStopLock); in IoAsyncReceiveProcess()
156 OsalMutexUnlock(&interfacePool->ioStopLock); in IoAsyncReceiveProcess()
263 OsalMutexLock(&interfacePool->ioStopLock); in UsbIoStart()
267 OsalMutexUnlock(&interfacePool->ioStopLock); in UsbIoStart()
326 OsalMutexLock(&interfacePool->ioStopLock); in UsbIoRecvProcessStop()
329 OsalMutexUnlock(&interfacePool->ioStopLock); in UsbIoRecvProcessStop()
341 OsalMutexLock(&interfacePool->ioStopLock); in UsbIoStop()
345 OsalMutexUnlock(&interfacePool->ioStopLock); in UsbIoStop()
H A Dusb_interface_pool.c145 OsalMutexInit(&interfacePool->ioStopLock); in IfInterfacePoolInit()
146 OsalMutexLock(&interfacePool->ioStopLock); in IfInterfacePoolInit()
149 OsalMutexUnlock(&interfacePool->ioStopLock); in IfInterfacePoolInit()
179 OsalMutexDestroy(&interfacePool->ioStopLock); in IfFreeInterfacePool()
/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h81 struct OsalMutex ioStopLock; member

Completed in 4 milliseconds