Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwspinlock/
Dhwspinlock_internal.h24 struct hwspinlock_device;
49 struct hwspinlock_device *bank;
62 struct hwspinlock_device { struct
Domap_hwspinlock.c84 struct hwspinlock_device *bank; in omap_hwspinlock_probe()
160 struct hwspinlock_device *bank = platform_get_drvdata(pdev); in omap_hwspinlock_remove()
Du8500_hsem.c97 struct hwspinlock_device *bank; in u8500_hsem_probe()
153 struct hwspinlock_device *bank = platform_get_drvdata(pdev); in u8500_hsem_remove()
Dhwspinlock_core.c325 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, in hwspin_lock_register()
373 int hwspin_lock_unregister(struct hwspinlock_device *bank) in hwspin_lock_unregister()
/linux-4.1.27/include/linux/
Dhwspinlock.h30 struct hwspinlock_device;
63 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
65 int hwspin_lock_unregister(struct hwspinlock_device *bank);
/linux-4.1.27/Documentation/
Dhwspinlock.txt230 int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
238 int hwspin_lock_unregister(struct hwspinlock_device *bank);
248 struct hwspinlock_device is a device which usually contains a bank
253 * struct hwspinlock_device - a device which usually spans numerous hwspinlocks
260 struct hwspinlock_device {
268 struct hwspinlock_device contains an array of hwspinlock structs, each
273 * @bank: the hwspinlock_device structure which owns this lock
278 struct hwspinlock_device *bank;