Searched refs:irqSave (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pin/ |
H A D | pin_core.c | 26 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 D | gpio_core.c | 23 (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 D | gpio_core.h | 58 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 D | i3c_virtual.c | 106 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 D | platform_event.h | 29 uint32_t irqSave; member
|
H A D | platform_device.h | 39 uint32_t irqSave; /* for spinlock irq save */ member
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/ |
H A D | platform_event.c | 46 (void)OsalSpinLockIrqSave(&pe->spin, &pe->irqSave); in PlatformEventLock() 51 (void)OsalSpinUnlockIrqRestore(&pe->spin, &pe->irqSave); in PlatformEventUnlock()
|
H A D | platform_manager.c | 19 (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 D | driver-platform-gpio-develop.md | 217 uint32_t irqSave; 240 uint32_t irqSave;
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-gpio-develop.md | 184 uint32_t irqSave; 207 uint32_t irqSave;
|