Home
last modified time | relevance | path

Searched refs:listLock (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/usb/ddk/host/include/
Dusb_interface_pool.h57 struct OsalMutex listLock; member
/drivers/hdf_core/framework/support/platform/src/pin/
Dpin_core.c25 OsalSpinlock listLock; member
40 ret = OsalSpinLockIrqSave(&g_pinmanager->listLock, &g_pinmanager->irqSave); in PinCntlrListGet()
51 ret = OsalSpinUnlockIrqRestore(&g_pinmanager->listLock, &g_pinmanager->irqSave); in PinCntlrListPut()
726 OsalSpinInit(&g_pinmanager->listLock); in pinManagerInit()
/drivers/peripheral/usb/ddk/host/src/
Dusb_interface_pool.c66 OsalMutexLock((struct OsalMutex *)&interfaceObj->listLock); in IfDestroyPipeObj()
82 OsalMutexUnlock((struct OsalMutex *)&interfaceObj->listLock); in IfDestroyPipeObj()
96 OsalMutexInit(&interfaceObj->listLock); in IfInterfaceObjInit()
117 OsalMutexDestroy(&interfaceObj->listLock); in IfFreeInterfaceObj()
250 OsalMutexLock((struct OsalMutex *)&interfaceObj->listLock); in IfFindPipeObj()
271 OsalMutexUnlock((struct OsalMutex *)&interfaceObj->listLock); in IfFindPipeObj()
799 OsalMutexLock((struct OsalMutex *)&interfaceObj->listLock); in UsbIfCreatPipeObj()
801 OsalMutexUnlock((struct OsalMutex *)&interfaceObj->listLock); in UsbIfCreatPipeObj()