Home
last modified time | relevance | path

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

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