Searched refs:irqSave (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/common/platform/gpio/ |
H A D | gpio_hi35xx.c | 56 uint32_t irqSave; member 151 if (OsalSpinLockIrqSave(&group->lock, &group->irqSave) != HDF_SUCCESS) { in Pl061GpioSetDir() 162 (void)OsalSpinUnlockIrqRestore(&group->lock, &group->irqSave); in Pl061GpioSetDir() 193 if (OsalSpinLockIrqSave(&group->lock, &group->irqSave) != HDF_SUCCESS) { in Pl061GpioWrite() 204 (void)OsalSpinUnlockIrqRestore(&group->lock, &group->irqSave); in Pl061GpioWrite() 321 if (OsalSpinLockIrqSave(&group->lock, &group->irqSave) != HDF_SUCCESS) { in Pl061GpioEnableIrq() 325 (void)OsalSpinUnlockIrqRestore(&group->lock, &group->irqSave); in Pl061GpioEnableIrq() 334 if (OsalSpinLockIrqSave(&group->lock, &group->irqSave) != HDF_SUCCESS) { in Pl061GpioDisableIrq() 338 (void)OsalSpinUnlockIrqRestore(&group->lock, &group->irqSave); in Pl061GpioDisableIrq() 386 if (OsalSpinLockIrqSave(&group->lock, &group->irqSave) ! in Pl061GpioSetIrq() [all...] |
/device/soc/hisilicon/common/platform/i2c/ |
H A D | i2c_hi35xx.c | 50 uint32_t irqSave; member 576 return OsalSpinLockIrqSave(&hi35xx->spin, &hi35xx->irqSave); in Hi35xxI2cLock() 585 (void)OsalSpinUnlockIrqRestore(&hi35xx->spin, &hi35xx->irqSave); in Hi35xxI2cUnlock()
|
Completed in 3 milliseconds