Lines Matching refs:hwlock
63 struct hwspinlock *hwlock;
361 struct hwspinlock *hwlock = chip_data->host_data->hwlock;
367 if (hwlock) {
368 err = hwspin_lock_timeout_in_atomic(hwlock, HWSPNLCK_TIMEOUT);
386 if (hwlock)
387 hwspin_unlock_in_atomic(hwlock);
564 struct hwspinlock *hwlock = chip_data->host_data->hwlock;
571 if (hwlock) {
572 err = hwspin_lock_timeout_in_atomic(hwlock, HWSPNLCK_TIMEOUT);
590 if (hwlock)
591 hwspin_unlock_in_atomic(hwlock);
927 host_data->hwlock = devm_hwspin_lock_request_specific(dev, ret);
928 if (!host_data->hwlock) {