Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwspinlock/
Dhwspinlock_core.c486 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, in hwspin_lock_register() function
521 EXPORT_SYMBOL_GPL(hwspin_lock_register);
624 ret = hwspin_lock_register(bank, dev, ops, base_id, num_locks); in devm_hwspin_lock_register()
Domap_hwspinlock.c133 ret = hwspin_lock_register(bank, &pdev->dev, &omap_hwspinlock_ops, in omap_hwspinlock_probe()
/Linux-v6.1/include/linux/
Dhwspinlock.h58 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
/Linux-v6.1/Documentation/locking/
Dhwspinlock.rst397 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
425 implementation using the hwspin_lock_register() API.