__hwspin_trylock
EXPORT_SYMBOL_GPL(__hwspin_trylock);
ret = __hwspin_trylock(hwlock, mode, flags);
return __hwspin_trylock(hwlock, HWLOCK_IRQSTATE, flags);
return __hwspin_trylock(hwlock, HWLOCK_IRQ, NULL);
return __hwspin_trylock(hwlock, HWLOCK_RAW, NULL);
return __hwspin_trylock(hwlock, HWLOCK_IN_ATOMIC, NULL);
return __hwspin_trylock(hwlock, 0, NULL);
int __hwspin_trylock(struct hwspinlock *, int, unsigned long *);