Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwspinlock/
Dhwspinlock_core.c464 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, in hwspin_lock_register() function
499 EXPORT_SYMBOL_GPL(hwspin_lock_register);
602 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()
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-v4.19/include/linux/
Dhwspinlock.h57 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
/Linux-v4.19/Documentation/
Dhwspinlock.txt316 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
344 implementation using the hwspin_lock_register() API.