Searched refs:hwspin_lock_register (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/hwspinlock/ |
| 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()
|
| D | sirf_hwspinlock.c | 85 ret = hwspin_lock_register(&hwspin->bank, &pdev->dev, in sirf_hwspinlock_probe()
|
| D | stm32_hwspinlock.c | 85 ret = hwspin_lock_register(&hw->bank, &pdev->dev, &stm32_hwspinlock_ops, in stm32_hwspinlock_probe()
|
| D | u8500_hsem.c | 128 ret = hwspin_lock_register(bank, &pdev->dev, &u8500_hwspinlock_ops, in u8500_hsem_probe()
|
| D | omap_hwspinlock.c | 138 ret = hwspin_lock_register(bank, &pdev->dev, &omap_hwspinlock_ops, in omap_hwspinlock_probe()
|
| D | qcom_hwspinlock.c | 127 ret = hwspin_lock_register(bank, &pdev->dev, &qcom_hwspinlock_ops, in qcom_hwspinlock_probe()
|
| D | sprd_hwspinlock.c | 123 ret = hwspin_lock_register(&sprd_hwlock->bank, &pdev->dev, in sprd_hwspinlock_probe()
|
| /Linux-v5.4/include/linux/ |
| D | hwspinlock.h | 58 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
|
| /Linux-v5.4/Documentation/ |
| D | hwspinlock.txt | 397 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, 425 implementation using the hwspin_lock_register() API.
|