Lines Matching defs:hwlock
267 * @hwlock: reference to a hwspinlock
279 struct hwspinlock *hwlock;
495 ret = hwspin_lock_timeout_irqsave(__smem->hwlock,
511 hwspin_unlock_irqrestore(__smem->hwlock, &flags);
668 ret = hwspin_lock_timeout_irqsave(__smem->hwlock,
684 hwspin_unlock_irqrestore(__smem->hwlock, &flags);
1137 dev_err(&pdev->dev, "failed to retrieve hwlock\n");
1141 smem->hwlock = hwspin_lock_request_specific(hwlock_id);
1142 if (!smem->hwlock)
1145 ret = hwspin_lock_timeout_irqsave(smem->hwlock, HWSPINLOCK_TIMEOUT, &flags);
1149 hwspin_unlock_irqrestore(smem->hwlock, &flags);
1194 hwspin_lock_free(__smem->hwlock);