Home
last modified time | relevance | path

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

/Linux-v5.10/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.c134 ret = hwspin_lock_register(bank, &pdev->dev, &omap_hwspinlock_ops, in omap_hwspinlock_probe()
Dstm32_hwspinlock.c83 ret = hwspin_lock_register(&hw->bank, &pdev->dev, &stm32_hwspinlock_ops, in stm32_hwspinlock_probe()
/Linux-v5.10/include/linux/
Dhwspinlock.h58 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
/Linux-v5.10/Documentation/locking/
Dhwspinlock.rst397 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
425 implementation using the hwspin_lock_register() API.