Home
last modified time | relevance | path

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

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