Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/pin/
H A Dpin_core.c26 uint32_t irqSave; member
40 ret = OsalSpinLockIrqSave(&g_pinmanager->listLock, &g_pinmanager->irqSave); in PinCntlrListGet()
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()
390 (void)OsalSpinLockIrqSave(&cntlr->spin, &g_pinmanager->irqSave); in PinCntlrSetPinFunc()
[all …]
/ohos5.0/drivers/hdf_core/framework/support/platform/src/gpio/
H A 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()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/gpio/
H A 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()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Di3c_virtual.c106 int irqSave; in VirtualI3cCntlrI2cTransfer() local
124 irqSave = LOS_IntLock(); in VirtualI3cCntlrI2cTransfer()
132 LOS_IntRestore(irqSave); in VirtualI3cCntlrI2cTransfer()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_event.h29 uint32_t irqSave; member
H A Dplatform_device.h39 uint32_t irqSave; /* for spinlock irq save */ member
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_event.c46 (void)OsalSpinLockIrqSave(&pe->spin, &pe->irqSave); in PlatformEventLock()
51 (void)OsalSpinUnlockIrqRestore(&pe->spin, &pe->irqSave); in PlatformEventUnlock()
H A Dplatform_manager.c19 (void)OsalSpinLockIrqSave(&manager->device.spin, &manager->device.irqSave); in PlatformManagerLock()
24 (void)OsalSpinUnlockIrqRestore(&manager->device.spin, &manager->device.irqSave); in PlatformManagerUnlock()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-gpio-develop.md217 uint32_t irqSave;
240 uint32_t irqSave;
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-gpio-develop.md184 uint32_t irqSave;
207 uint32_t irqSave;