Home
last modified time | relevance | path

Searched refs:trylock (Results 1 – 8 of 8) sorted by relevance

/drivers/hwspinlock/
Dhwspinlock_internal.h29 int (*trylock)(struct hwspinlock *lock); member
Du8500_hsem.c80 .trylock = u8500_hsem_trylock,
Dsprd_hwspinlock.c74 .trylock = sprd_hwspinlock_trylock,
Dstm32_hwspinlock.c52 .trylock = stm32_hwspinlock_trylock,
Domap_hwspinlock.c70 .trylock = omap_hwspinlock_trylock,
Dhwspinlock_core.c132 ret = hwlock->bank->ops->trylock(hwlock); in __hwspin_trylock()
492 if (!bank || !ops || !dev || !num_locks || !ops->trylock || in hwspin_lock_register()
Dqcom_hwspinlock.c62 .trylock = qcom_hwspinlock_trylock,
Dsun6i_hwspinlock.c78 .trylock = sun6i_hwspinlock_trylock,