Searched refs:OsalSpinlock (Results 1 – 25 of 33) sorted by relevance
12
/drivers/hdf_core/interfaces/inner_api/osal/shared/ |
D | osal_spinlock.h | 50 } OsalSpinlock; typedef 55 #define OSAL_DECLARE_SPINLOCK(spinlock) OsalSpinlock spinlock 73 int32_t OsalSpinInit(OsalSpinlock *spinlock); 90 int32_t OsalSpinDestroy(OsalSpinlock *spinlock); 107 int32_t OsalSpinLock(OsalSpinlock *spinlock); 124 int32_t OsalSpinUnlock(OsalSpinlock *spinlock); 141 int32_t OsalSpinLockIrq(OsalSpinlock *spinlock); 158 int32_t OsalSpinUnlockIrq(OsalSpinlock *spinlock); 176 int32_t OsalSpinLockIrqSave(OsalSpinlock *spinlock, uint32_t *flags); 194 int32_t OsalSpinUnlockIrqRestore(OsalSpinlock *spinlock, uint32_t *flags);
|
/drivers/hdf_core/adapter/khdf/uniproton/osal/src/ |
D | osal_spinlock.c | 39 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit() 49 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy() 59 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock() 69 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock() 79 int32_t OsalSpinLockIrq(OsalSpinlock *spinlock) in OsalSpinLockIrq() 88 int32_t OsalSpinUnlockIrq(OsalSpinlock *spinlock) in OsalSpinUnlockIrq() 97 int32_t OsalSpinLockIrqSave(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinLockIrqSave() 107 int32_t OsalSpinUnlockIrqRestore(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinUnlockIrqRestore()
|
/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/ |
D | osal_spinlock.c | 39 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit() 61 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy() 80 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock() 98 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock() 116 int32_t OsalSpinLockIrq(OsalSpinlock *spinlock) in OsalSpinLockIrq() 121 int32_t OsalSpinUnlockIrq(OsalSpinlock *spinlock) in OsalSpinUnlockIrq() 126 int32_t OsalSpinLockIrqSave(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinLockIrqSave() 132 int32_t OsalSpinUnlockIrqRestore(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinUnlockIrqRestore()
|
/drivers/hdf_core/adapter/khdf/linux/osal/src/ |
D | osal_spinlock.c | 27 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit() 49 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy() 63 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock() 76 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock() 89 int32_t OsalSpinLockIrq(OsalSpinlock *spinlock) in OsalSpinLockIrq() 102 int32_t OsalSpinUnlockIrq(OsalSpinlock *spinlock) in OsalSpinUnlockIrq() 115 int32_t OsalSpinLockIrqSave(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinLockIrqSave() 131 int32_t OsalSpinUnlockIrqRestore(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinUnlockIrqRestore()
|
/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
D | osal_spinlock.c | 38 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit() 60 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy() 73 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock() 85 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock() 97 int32_t OsalSpinLockIrq(OsalSpinlock *spinlock) in OsalSpinLockIrq() 114 int32_t OsalSpinUnlockIrq(OsalSpinlock *spinlock) in OsalSpinUnlockIrq() 132 int32_t OsalSpinLockIrqSave(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinLockIrqSave() 145 int32_t OsalSpinUnlockIrqRestore(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinUnlockIrqRestore()
|
/drivers/hdf_core/framework/support/posix/src/ |
D | osal_spinlock.c | 16 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit() 45 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy() 66 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock() 84 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock()
|
/drivers/hdf_core/adapter/khdf/liteos_m/network/include/ |
D | netbuf_adapter.h | 125 OsalSpinlock lock; /**< Queue operation lock */
|
/drivers/hdf_core/framework/support/platform/include/can/ |
D | can_mail.h | 24 OsalSpinlock spin;
|
/drivers/hdf_core/framework/support/platform/include/fwk/ |
D | platform_queue.h | 35 OsalSpinlock spin;
|
D | platform_event.h | 25 OsalSpinlock spin;
|
D | platform_device.h | 38 OsalSpinlock spin; /* for member protection */
|
/drivers/hdf_core/framework/support/platform/include/pwm/ |
D | pwm_core.h | 39 OsalSpinlock lock;
|
/drivers/hdf_core/framework/support/platform/include/dac/ |
D | dac_core.h | 31 OsalSpinlock spin;
|
/drivers/hdf_core/framework/support/platform/include/adc/ |
D | adc_core.h | 31 OsalSpinlock spin;
|
/drivers/hdf_core/framework/support/platform/include/gpio/ |
D | gpio_core.h | 57 OsalSpinlock spin; 83 OsalSpinlock spin;
|
/drivers/hdf_core/framework/support/platform/include/watchdog/ |
D | watchdog_core.h | 28 OsalSpinlock lock;
|
/drivers/hdf_core/framework/support/platform/include/pin/ |
D | pin_core.h | 38 OsalSpinlock spin;
|
/drivers/hdf_core/framework/model/camera/buffer_manager/include/ |
D | buffer_queue.h | 35 OsalSpinlock doneLock;
|
/drivers/hdf_core/framework/support/platform/src/fwk/ |
D | platform_common.c | 170 static OsalSpinlock g_platformSpin;
|
/drivers/hdf_core/framework/model/network/wifi/platform/include/ |
D | flow_control.h | 99 OsalSpinlock lock; /**< Queue lock */
|
/drivers/hdf_core/framework/support/platform/include/pcie/ |
D | pcie_core.h | 45 OsalSpinlock spin;
|
/drivers/hdf_core/framework/model/input/driver/ |
D | hdf_input_device_manager.h | 130 OsalSpinlock lock;
|
/drivers/hdf_core/framework/support/platform/include/i3c/ |
D | i3c_core.h | 71 OsalSpinlock lock;
|
/drivers/hdf_core/framework/support/platform/include/dma/ |
D | dmac_core.h | 138 OsalSpinlock lock;
|
/drivers/hdf_core/framework/support/platform/include/mipi/ |
D | mipi_csi_core.h | 222 OsalSpinlock ctxLock;
|
12