Lines Matching defs:hwlock
68 struct hwspinlock *hwlock;
304 struct hwspinlock *hwlock = chip_data->host_data->hwlock;
310 if (hwlock) {
311 err = hwspin_lock_timeout_in_atomic(hwlock, HWSPNLCK_TIMEOUT);
329 if (hwlock)
330 hwspin_unlock_in_atomic(hwlock);
507 struct hwspinlock *hwlock = chip_data->host_data->hwlock;
514 if (hwlock) {
515 err = hwspin_lock_timeout_in_atomic(hwlock, HWSPNLCK_TIMEOUT);
533 if (hwlock)
534 hwspin_unlock_in_atomic(hwlock);
862 host_data->hwlock = devm_hwspin_lock_request_specific(dev, ret);
863 if (!host_data->hwlock) {