Searched refs:hwspin_lock_register (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/hwspinlock/ |
H A D | hwspinlock_core.c | 518 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, in hwspin_lock_register() function 553 EXPORT_SYMBOL_GPL(hwspin_lock_register); 656 ret = hwspin_lock_register(bank, dev, ops, base_id, num_locks); in devm_hwspin_lock_register()
|
/linux/include/linux/ |
H A D | hwspinlock.h | 58 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
|
/linux/Documentation/locking/ |
H A D | hwspinlock.rst | 408 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, 436 implementation using the hwspin_lock_register() API.
|