Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwspinlock/
Dhwspinlock_internal.h16 struct hwspinlock_device;
41 struct hwspinlock_device *bank;
54 struct hwspinlock_device { struct
Dhwspinlock_core.c464 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, in hwspin_lock_register()
512 int hwspin_lock_unregister(struct hwspinlock_device *bank) in hwspin_lock_unregister()
534 hwspin_lock_unregister(*(struct hwspinlock_device **)res); in devm_hwspin_lock_unreg()
540 struct hwspinlock_device **bank = res; in devm_hwspin_lock_device_match()
562 struct hwspinlock_device *bank) in devm_hwspin_lock_unregister()
591 struct hwspinlock_device *bank, in devm_hwspin_lock_register()
595 struct hwspinlock_device **ptr; in devm_hwspin_lock_register()
Du8500_hsem.c89 struct hwspinlock_device *bank; in u8500_hsem_probe()
145 struct hwspinlock_device *bank = platform_get_drvdata(pdev); in u8500_hsem_remove()
Domap_hwspinlock.c77 struct hwspinlock_device *bank; in omap_hwspinlock_probe()
155 struct hwspinlock_device *bank = platform_get_drvdata(pdev); in omap_hwspinlock_remove()
Dqcom_hwspinlock.c76 struct hwspinlock_device *bank; in qcom_hwspinlock_probe()
137 struct hwspinlock_device *bank = platform_get_drvdata(pdev); in qcom_hwspinlock_remove()
Dsirf_hwspinlock.c24 struct hwspinlock_device bank;
Dsprd_hwspinlock.c39 struct hwspinlock_device bank;
/Linux-v4.19/include/linux/
Dhwspinlock.h24 struct hwspinlock_device;
57 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
59 int hwspin_lock_unregister(struct hwspinlock_device *bank);
75 struct hwspinlock_device *bank);
77 struct hwspinlock_device *bank,
/Linux-v4.19/Documentation/
Dhwspinlock.txt316 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
328 int hwspin_lock_unregister(struct hwspinlock_device *bank);
342 struct hwspinlock_device is a device which usually contains a bank
349 * struct hwspinlock_device - a device which usually spans numerous hwspinlocks
356 struct hwspinlock_device {
364 struct hwspinlock_device contains an array of hwspinlock structs, each
369 * @bank: the hwspinlock_device structure which owns this lock
374 struct hwspinlock_device *bank;