Searched refs:hwspin_lock_register (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/include/linux/ |
| D | hwspinlock.h | 64 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
|
| /linux-4.4.14/drivers/hwspinlock/ |
| D | sirf_hwspinlock.c | 84 ret = hwspin_lock_register(&hwspin->bank, &pdev->dev, in sirf_hwspinlock_probe()
|
| D | hwspinlock_core.c | 408 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, in hwspin_lock_register() function 443 EXPORT_SYMBOL_GPL(hwspin_lock_register);
|
| D | u8500_hsem.c | 136 ret = hwspin_lock_register(bank, &pdev->dev, &u8500_hwspinlock_ops, in u8500_hsem_probe()
|
| D | qcom_hwspinlock.c | 134 ret = hwspin_lock_register(bank, &pdev->dev, &qcom_hwspinlock_ops, in qcom_hwspinlock_probe()
|
| D | omap_hwspinlock.c | 146 ret = hwspin_lock_register(bank, &pdev->dev, &omap_hwspinlock_ops, in omap_hwspinlock_probe()
|
| /linux-4.4.14/Documentation/ |
| D | hwspinlock.txt | 240 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, 260 implementation using the hwspin_lock_register() API.
|