__hwspin_lock_timeout
EXPORT_SYMBOL_GPL(__hwspin_lock_timeout);
return __hwspin_lock_timeout(hwlock, to, HWLOCK_IRQSTATE, flags);
return __hwspin_lock_timeout(hwlock, to, HWLOCK_IRQ, NULL);
return __hwspin_lock_timeout(hwlock, to, HWLOCK_RAW, NULL);
return __hwspin_lock_timeout(hwlock, to, HWLOCK_IN_ATOMIC, NULL);
return __hwspin_lock_timeout(hwlock, to, 0, NULL);
int __hwspin_lock_timeout(struct hwspinlock *, unsigned int, int,