Searched refs:hwspinlock_device (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwspinlock/ |
H A D | hwspinlock_internal.h | 16 struct hwspinlock_device; 36 * @bank: the hwspinlock_device structure which owns this lock 41 struct hwspinlock_device *bank; 47 * struct hwspinlock_device - a device which usually spans numerous hwspinlocks 54 struct hwspinlock_device { struct
|
H A D | hwspinlock_core.c | 486 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()
|
H A D | omap_hwspinlock.c | 77 struct hwspinlock_device *bank; in omap_hwspinlock_probe() 151 struct hwspinlock_device *bank = platform_get_drvdata(pdev); in omap_hwspinlock_remove()
|
H A D | u8500_hsem.c | 88 struct hwspinlock_device *bank; in u8500_hsem_probe() 125 struct hwspinlock_device *bank = platform_get_drvdata(pdev); in u8500_hsem_remove()
|
H A D | sirf_hwspinlock.c | 23 struct hwspinlock_device bank;
|
H A D | sprd_hwspinlock.c | 38 struct hwspinlock_device bank;
|
H A D | stm32_hwspinlock.c | 25 struct hwspinlock_device bank;
|
H A D | qcom_hwspinlock.c | 131 struct hwspinlock_device *bank; in qcom_hwspinlock_probe()
|
/kernel/linux/linux-6.6/drivers/hwspinlock/ |
H A D | hwspinlock_internal.h | 16 struct hwspinlock_device; 36 * @bank: the hwspinlock_device structure which owns this lock 41 struct hwspinlock_device *bank; 47 * struct hwspinlock_device - a device which usually spans numerous hwspinlocks 54 struct hwspinlock_device { struct
|
H A D | hwspinlock_core.c | 486 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()
|
H A D | omap_hwspinlock.c | 78 struct hwspinlock_device *bank; in omap_hwspinlock_probe() 150 struct hwspinlock_device *bank = platform_get_drvdata(pdev); in omap_hwspinlock_remove()
|
H A D | u8500_hsem.c | 88 struct hwspinlock_device *bank; in u8500_hsem_probe() 125 struct hwspinlock_device *bank = platform_get_drvdata(pdev); in u8500_hsem_remove()
|
H A D | stm32_hwspinlock.c | 25 struct hwspinlock_device bank;
|
H A D | sprd_hwspinlock.c | 36 struct hwspinlock_device bank;
|
H A D | sun6i_hwspinlock.c | 30 struct hwspinlock_device *bank;
|
H A D | qcom_hwspinlock.c | 180 struct hwspinlock_device *bank; in qcom_hwspinlock_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hwspinlock.h | 25 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,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hwspinlock.h | 25 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,
|
Completed in 9 milliseconds