Home
last modified time | relevance | path

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

/Linux-v5.4/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()
Dsirf_hwspinlock.c85 ret = hwspin_lock_register(&hwspin->bank, &pdev->dev, in sirf_hwspinlock_probe()
Dstm32_hwspinlock.c85 ret = hwspin_lock_register(&hw->bank, &pdev->dev, &stm32_hwspinlock_ops, in stm32_hwspinlock_probe()
Du8500_hsem.c128 ret = hwspin_lock_register(bank, &pdev->dev, &u8500_hwspinlock_ops, in u8500_hsem_probe()
Domap_hwspinlock.c138 ret = hwspin_lock_register(bank, &pdev->dev, &omap_hwspinlock_ops, in omap_hwspinlock_probe()
Dqcom_hwspinlock.c127 ret = hwspin_lock_register(bank, &pdev->dev, &qcom_hwspinlock_ops, in qcom_hwspinlock_probe()
Dsprd_hwspinlock.c123 ret = hwspin_lock_register(&sprd_hwlock->bank, &pdev->dev, in sprd_hwspinlock_probe()
/Linux-v5.4/include/linux/
Dhwspinlock.h58 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
/Linux-v5.4/Documentation/
Dhwspinlock.txt397 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
425 implementation using the hwspin_lock_register() API.