Lines Matching defs:hwlock
251 * @hwlock: reference to a hwspinlock
264 struct hwspinlock *hwlock;
459 ret = hwspin_lock_timeout_irqsave(__smem->hwlock,
475 hwspin_unlock_irqrestore(__smem->hwlock, &flags);
589 ret = hwspin_lock_timeout_irqsave(__smem->hwlock,
607 hwspin_unlock_irqrestore(__smem->hwlock, &flags);
957 dev_err(&pdev->dev, "failed to retrieve hwlock\n");
961 smem->hwlock = hwspin_lock_request_specific(hwlock_id);
962 if (!smem->hwlock)
980 hwspin_lock_free(__smem->hwlock);