Home
last modified time | relevance | path

Searched refs:hwspin_lock_register (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/hwspinlock/
H A Dhwspinlock_core.c518 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-6.15/include/linux/
H A Dhwspinlock.h58 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
/linux-6.15/Documentation/locking/
H A Dhwspinlock.rst353 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
381 implementation using the hwspin_lock_register() API.