Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwspinlock/
Dhwspinlock_internal.h16 struct hwspinlock_device;
41 struct hwspinlock_device *bank;
54 struct hwspinlock_device { struct
Dhwspinlock_core.c486 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, in hwspin_lock_register()
534 int hwspin_lock_unregister(struct hwspinlock_device *bank) in hwspin_lock_unregister()
556 hwspin_lock_unregister(*(struct hwspinlock_device **)res); in devm_hwspin_lock_unreg()
562 struct hwspinlock_device **bank = res; in devm_hwspin_lock_device_match()
584 struct hwspinlock_device *bank) in devm_hwspin_lock_unregister()
613 struct hwspinlock_device *bank, in devm_hwspin_lock_register()
617 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()
158 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;
Dstm32_hwspinlock.c25 struct hwspinlock_device bank;
Dsprd_hwspinlock.c39 struct hwspinlock_device bank;
/Linux-v5.4/include/linux/
Dhwspinlock.h25 struct hwspinlock_device;
58 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
60 int hwspin_lock_unregister(struct hwspinlock_device *bank);
76 struct hwspinlock_device *bank);
78 struct hwspinlock_device *bank,
/Linux-v5.4/Documentation/
Dhwspinlock.txt397 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
409 int hwspin_lock_unregister(struct hwspinlock_device *bank);
423 struct hwspinlock_device is a device which usually contains a bank
430 * struct hwspinlock_device - a device which usually spans numerous hwspinlocks
437 struct hwspinlock_device {
445 struct hwspinlock_device contains an array of hwspinlock structs, each
450 * @bank: the hwspinlock_device structure which owns this lock
455 struct hwspinlock_device *bank;