Home
last modified time | relevance | path

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

/linux/drivers/hwspinlock/
H A Dhwspinlock_core.c586 static void devm_hwspin_lock_unreg(struct device *dev, void *res) in devm_hwspin_lock_unreg() function
620 ret = devres_release(dev, devm_hwspin_lock_unreg, in devm_hwspin_lock_unregister()
652 ptr = devres_alloc(devm_hwspin_lock_unreg, sizeof(*ptr), GFP_KERNEL); in devm_hwspin_lock_register()