Searched refs:trylock (Results 1 – 4 of 4) sorted by relevance
37 int (*trylock)(struct hwspinlock *lock); member
120 ret = hwlock->bank->ops->trylock(hwlock); in __hwspin_trylock()331 if (!bank || !ops || !dev || !num_locks || !ops->trylock || in hwspin_lock_register()
76 .trylock = omap_hwspinlock_trylock,
89 .trylock = u8500_hsem_trylock,