Searched refs:devres_lock (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/base/ |
| A D | devres.c | 202 spin_lock_irqsave(&dev->devres_lock, flags); in devres_for_each_res() 248 spin_lock_irqsave(&dev->devres_lock, flags); in devres_add() 292 spin_lock_irqsave(&dev->devres_lock, flags); in devres_find() 323 spin_lock_irqsave(&dev->devres_lock, flags); in devres_get() 358 spin_lock_irqsave(&dev->devres_lock, flags); in devres_remove() 531 spin_lock_irqsave(&dev->devres_lock, flags); in devres_release_all() 572 spin_lock_irqsave(&dev->devres_lock, flags); in devres_open_group() 615 spin_lock_irqsave(&dev->devres_lock, flags); in devres_close_group() 641 spin_lock_irqsave(&dev->devres_lock, flags); in devres_remove_group() 676 spin_lock_irqsave(&dev->devres_lock, flags); in devres_release_group() [all …]
|
| A D | core.c | 3146 spin_lock_init(&dev->devres_lock); in device_initialize()
|
| /linux/include/linux/ |
| A D | device.h | 797 spinlock_t devres_lock; member
|
Completed in 20 milliseconds