Home
last modified time | relevance | path

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

/linux/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/include/linux/
H A Dhwspinlock.h58 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
/linux/Documentation/locking/
H A Dhwspinlock.rst408 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
436 implementation using the hwspin_lock_register() API.