Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c139 OsalMutexInit(&interfacePool->interfaceLock); in IfInterfacePoolInit()
178 OsalMutexDestroy(&interfacePool->interfaceLock); in IfFreeInterfacePool()
302 OsalMutexLock((struct OsalMutex *)&interfacePool->interfaceLock); in IfFindInterfaceObj()
327 OsalMutexUnlock((struct OsalMutex *)&interfacePool->interfaceLock); in IfFindInterfaceObj()
872 OsalMutexLock((struct OsalMutex *)&interfacePool->interfaceLock); in UsbIfCreatInterfaceObj()
874 OsalMutexUnlock((struct OsalMutex *)&interfacePool->interfaceLock); in UsbIfCreatInterfaceObj()
908 OsalMutexLock((struct OsalMutex *)&interfacePool->interfaceLock); in UsbIfDestroyInterfaceObj()
925 OsalMutexUnlock((struct OsalMutex *)&interfacePool->interfaceLock); in UsbIfDestroyInterfaceObj()
1046 OsalMutexLock(&interfacePool->interfaceLock); in ClaimInterface()
1057 OsalMutexUnlock(&interfacePool->interfaceLock); in ClaimInterface()
[all...]
/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h70 struct OsalMutex interfaceLock; member

Completed in 3 milliseconds