Searched refs:devres_lock (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/base/ |
| A D | devres.c | 197 spin_lock_irqsave(&dev->devres_lock, flags); in devres_for_each_res() 243 spin_lock_irqsave(&dev->devres_lock, flags); in devres_add() 287 spin_lock_irqsave(&dev->devres_lock, flags); in devres_find() 318 spin_lock_irqsave(&dev->devres_lock, flags); in devres_get() 353 spin_lock_irqsave(&dev->devres_lock, flags); in devres_remove() 526 spin_lock_irqsave(&dev->devres_lock, flags); in devres_release_all() 566 spin_lock_irqsave(&dev->devres_lock, flags); in devres_open_group() 609 spin_lock_irqsave(&dev->devres_lock, flags); in devres_close_group() 635 spin_lock_irqsave(&dev->devres_lock, flags); in devres_remove_group() 670 spin_lock_irqsave(&dev->devres_lock, flags); in devres_release_group() [all …]
|
| A D | core.c | 2873 spin_lock_init(&dev->devres_lock); in device_initialize()
|
| /linux/include/linux/ |
| A D | device.h | 553 spinlock_t devres_lock; member
|
Completed in 16 milliseconds