Home
last modified time | relevance | path

Searched defs:lock (Results 1 - 25 of 187) sorted by relevance

12345678

/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
H A Dkutf_mem.h47 struct mutex lock; member
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_prime.h47 struct mutex lock; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/include/
H A Dtde_handle.h35 osal_spinlock_t lock; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_mutex.h79 static inline hi_void oal_mutex_lock(oal_mutex_stru *lock) in oal_mutex_lock() argument
84 static inline hi_s32 oal_mutex_trylock(oal_mutex_stru *lock) in oal_mutex_trylock() argument
89 static inline hi_void oal_mutex_unlock(oal_mutex_stru *lock) in oal_mutex_unlock() argument
94 static inline hi_void oal_mutex_lock(oal_mutex_stru *lock) in oal_mutex_lock() argument
102 static inline hi_s32 oal_mutex_trylock(oal_mutex_stru *lock) in oal_mutex_trylock() argument
107 oal_mutex_unlock(oal_mutex_stru *lock) oal_mutex_unlock() argument
[all...]
H A Doal_wakelock.h39 oal_spin_lock_stru lock; /* wakelock锁操作spinlock锁 */ member
H A Doal_task.h45 oal_spin_lock_stru lock; /* lock for claim and bus ops */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_spinlock.c26 int osal_spin_lock_init(osal_spinlock_t *lock) in osal_spin_lock_init() argument
44 void osal_spin_lock(osal_spinlock_t *lock) in osal_spin_lock() argument
52 int osal_spin_trylock(osal_spinlock_t *lock) in osal_spin_trylock() argument
64 osal_spin_unlock(osal_spinlock_t *lock) osal_spin_unlock() argument
72 osal_spin_lock_irqsave(osal_spinlock_t *lock, unsigned long *flags) osal_spin_lock_irqsave() argument
82 osal_spin_unlock_irqrestore(osal_spinlock_t *lock, const unsigned long *flags) osal_spin_unlock_irqrestore() argument
92 osal_spin_lock_destroy(osal_spinlock_t *lock) osal_spin_lock_destroy() argument
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_spinlock.c27 int osal_spin_lock_init(osal_spinlock *lock) in osal_spin_lock_init() argument
46 void osal_spin_lock(osal_spinlock *lock) in osal_spin_lock() argument
60 int osal_spin_trylock(osal_spinlock *lock) in osal_spin_trylock() argument
75 osal_spin_unlock(osal_spinlock *lock) osal_spin_unlock() argument
89 osal_spin_lock_irqsave(osal_spinlock *lock, unsigned long *flags) osal_spin_lock_irqsave() argument
106 osal_spin_unlock_irqrestore(osal_spinlock *lock, unsigned long *flags) osal_spin_unlock_irqrestore() argument
120 osal_spin_lock_destory(osal_spinlock *lock) osal_spin_lock_destory() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_descriptor_mapping.h33 _mali_osk_mutex_rw_t *lock; /**< Lock protecting access to the mapping object */ member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_spinlock_reentrant.h22 _mali_osk_spinlock_irq_t *lock; member
H A Dmali_l2_cache.h32 _mali_osk_spinlock_irq_t *lock; member
H A Dmali_pm_metrics.h39 _mali_osk_spinlock_irq_t *lock; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_descriptor_mapping.h34 _mali_osk_mutex_rw_t *lock; /**< Lock protecting access to the mapping object */ member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/linux/
H A Dump_kernel_random_mapping.h31 _mali_osk_mutex_rw_t *lock; /**< Lock protecting access to the mapping object */ member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_spinlock_reentrant.h21 _mali_osk_spinlock_irq_t *lock; member
H A Dmali_l2_cache.h31 _mali_osk_spinlock_irq_t *lock; member
H A Dmali_pm_metrics.h38 _mali_osk_spinlock_irq_t *lock; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_kernel_random_mapping.h30 _mali_osk_mutex_rw_t *lock; /**< Lock protecting access to the mapping object */ member
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H A Drga_mm.h22 struct mutex lock; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_mutex.h72 inline int32_t HiMutex::lock() in lock() function in HiMutex
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dwakelock.h36 static inline void wake_lock_init(struct wake_lock *lock, int type, const char *name) in wake_lock_init() argument
47 static inline void wake_lock_destroy(struct wake_lock *lock) in wake_lock_destroy() argument
55 static inline void wake_lock(struct wake_lock *lock) in wake_lock() argument
60 static inline void wake_lock_timeout(struct wake_lock *lock, long timeout) in wake_lock_timeout() argument
65 static inline void wake_unlock(struct wake_lock *lock) in wake_unlock() argument
70 wake_lock_active(struct wake_lock *lock) wake_lock_active() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/rk/
H A Dmali_kbase_rk.h53 struct mutex lock; member
/device/soc/rockchip/rk3588/kernel/include/linux/
H A Dwakelock.h36 static inline void wake_lock_init(struct wake_lock *lock, int type, in wake_lock_init() argument
48 static inline void wake_lock_destroy(struct wake_lock *lock) in wake_lock_destroy() argument
56 static inline void wake_lock(struct wake_lock *lock) in wake_lock() argument
61 static inline void wake_lock_timeout(struct wake_lock *lock, long timeout) in wake_lock_timeout() argument
66 static inline void wake_unlock(struct wake_lock *lock) in wake_unlock() argument
71 wake_lock_active(struct wake_lock *lock) wake_lock_active() argument
[all...]
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_lock.h50 RK_U32 lock; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/drm_hal/
H A Ddrm_hal_display.h64 osal_spinlock_t lock; member

Completed in 10 milliseconds

12345678