Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhwspinlock.h64 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
/linux-4.4.14/drivers/hwspinlock/
Dsirf_hwspinlock.c84 ret = hwspin_lock_register(&hwspin->bank, &pdev->dev, in sirf_hwspinlock_probe()
Dhwspinlock_core.c408 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, in hwspin_lock_register() function
443 EXPORT_SYMBOL_GPL(hwspin_lock_register);
Du8500_hsem.c136 ret = hwspin_lock_register(bank, &pdev->dev, &u8500_hwspinlock_ops, in u8500_hsem_probe()
Dqcom_hwspinlock.c134 ret = hwspin_lock_register(bank, &pdev->dev, &qcom_hwspinlock_ops, in qcom_hwspinlock_probe()
Domap_hwspinlock.c146 ret = hwspin_lock_register(bank, &pdev->dev, &omap_hwspinlock_ops, in omap_hwspinlock_probe()
/linux-4.4.14/Documentation/
Dhwspinlock.txt240 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
260 implementation using the hwspin_lock_register() API.