Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwspinlock/
Dhwspinlock_internal.h24 struct hwspinlock_device;
49 struct hwspinlock_device *bank;
62 struct hwspinlock_device { struct
Du8500_hsem.c97 struct hwspinlock_device *bank; in u8500_hsem_probe()
153 struct hwspinlock_device *bank = platform_get_drvdata(pdev); in u8500_hsem_remove()
Dqcom_hwspinlock.c84 struct hwspinlock_device *bank; in qcom_hwspinlock_probe()
144 struct hwspinlock_device *bank = platform_get_drvdata(pdev); in qcom_hwspinlock_remove()
Domap_hwspinlock.c85 struct hwspinlock_device *bank; in omap_hwspinlock_probe()
163 struct hwspinlock_device *bank = platform_get_drvdata(pdev); in omap_hwspinlock_remove()
Dsirf_hwspinlock.c25 struct hwspinlock_device bank;
Dhwspinlock_core.c408 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, in hwspin_lock_register()
456 int hwspin_lock_unregister(struct hwspinlock_device *bank) in hwspin_lock_unregister()
/linux-4.4.14/include/linux/
Dhwspinlock.h31 struct hwspinlock_device;
64 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
66 int hwspin_lock_unregister(struct hwspinlock_device *bank);
/linux-4.4.14/Documentation/
Dhwspinlock.txt240 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
248 int hwspin_lock_unregister(struct hwspinlock_device *bank);
258 struct hwspinlock_device is a device which usually contains a bank
263 * struct hwspinlock_device - a device which usually spans numerous hwspinlocks
270 struct hwspinlock_device {
278 struct hwspinlock_device contains an array of hwspinlock structs, each
283 * @bank: the hwspinlock_device structure which owns this lock
288 struct hwspinlock_device *bank;