Home
last modified time | relevance | path

Searched refs:irqSave (Results 1 – 8 of 8) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/pin/
Dpin_core.c26 uint32_t irqSave; member
40 ret = OsalSpinLockIrqSave(&g_pinmanager->listLock, &g_pinmanager->irqSave); in PinCntlrListGet()
51 ret = OsalSpinUnlockIrqRestore(&g_pinmanager->listLock, &g_pinmanager->irqSave); in PinCntlrListPut()
229 (void)OsalSpinLockIrqSave(&cntlr->spin, &g_pinmanager->irqSave); in PinCntlrSetPinPull()
239 (void)OsalSpinUnlockIrqRestore(&cntlr->spin, &g_pinmanager->irqSave); in PinCntlrSetPinPull()
274 (void)OsalSpinLockIrqSave(&cntlr->spin, &g_pinmanager->irqSave); in PinCntlrGetPinPull()
285 (void)OsalSpinUnlockIrqRestore(&cntlr->spin, &g_pinmanager->irqSave); in PinCntlrGetPinPull()
315 (void)OsalSpinLockIrqSave(&cntlr->spin, &g_pinmanager->irqSave); in PinCntlrSetPinStrength()
317 (void)OsalSpinUnlockIrqRestore(&cntlr->spin, &g_pinmanager->irqSave); in PinCntlrSetPinStrength()
352 (void)OsalSpinLockIrqSave(&cntlr->spin, &g_pinmanager->irqSave); in PinCntlrGetPinStrength()
[all …]
/drivers/hdf_core/framework/support/platform/include/gpio/
Dgpio_core.h58 uint32_t irqSave; member
101 uint32_t irqSave; in GpioIrqRecordDestroy() local
106 (void)OsalSpinLockIrqSave(&irqRecord->spin, &irqSave); in GpioIrqRecordDestroy()
109 (void)OsalSpinUnlockIrqRestore(&irqRecord->spin, &irqSave); in GpioIrqRecordDestroy()
/drivers/hdf_core/framework/support/platform/src/gpio/
Dgpio_core.c23 (void)OsalSpinLockIrqSave(&ginfo->spin, &ginfo->irqSave); in GpioInfoLock()
25 ginfo->irqSave = LOS_IntLock(); in GpioInfoLock()
32 (void)OsalSpinUnlockIrqRestore(&ginfo->spin, &ginfo->irqSave); in GpioInfoUnlock()
34 LOS_IntRestore(ginfo->irqSave); in GpioInfoUnlock()
146 uint32_t irqSave; in GpioCntlrIrqThreadHandler() local
165 (void)OsalSpinLockIrqSave(&irqRecord->spin, &irqSave); in GpioCntlrIrqThreadHandler()
166 (void)OsalSpinUnlockIrqRestore(&irqRecord->spin, &irqSave); // last post done in GpioCntlrIrqThreadHandler()
/drivers/hdf_core/framework/support/platform/include/fwk/
Dplatform_event.h29 uint32_t irqSave; member
Dplatform_device.h39 uint32_t irqSave; /* for spinlock irq save */ member
/drivers/hdf_core/framework/test/unittest/platform/virtual/
Di3c_virtual.c106 int irqSave; in VirtualI3cCntlrI2cTransfer() local
124 irqSave = LOS_IntLock(); in VirtualI3cCntlrI2cTransfer()
132 LOS_IntRestore(irqSave); in VirtualI3cCntlrI2cTransfer()
/drivers/hdf_core/framework/support/platform/src/fwk/
Dplatform_event.c46 (void)OsalSpinLockIrqSave(&pe->spin, &pe->irqSave); in PlatformEventLock()
51 (void)OsalSpinUnlockIrqRestore(&pe->spin, &pe->irqSave); in PlatformEventUnlock()
Dplatform_manager.c19 (void)OsalSpinLockIrqSave(&manager->device.spin, &manager->device.irqSave); in PlatformManagerLock()
24 (void)OsalSpinUnlockIrqRestore(&manager->device.spin, &manager->device.irqSave); in PlatformManagerUnlock()