Searched refs:hwspin_lock_register (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hwspinlock/ |
| H A D | hwspinlock_core.c | 486 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 D | stm32_hwspinlock.c | 83 ret = hwspin_lock_register(&hw->bank, &pdev->dev, &stm32_hwspinlock_ops, in stm32_hwspinlock_probe()
|
| H A D | omap_hwspinlock.c | 134 ret = hwspin_lock_register(bank, &pdev->dev, &omap_hwspinlock_ops, in omap_hwspinlock_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hwspinlock.h | 58 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | hwspinlock.rst | 397 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, 425 implementation using the hwspin_lock_register() API.
|