Searched refs:reqs_lock (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_gpu.c | 39 spinlock_t reqs_lock; member 112 spin_lock(&ptdev->gpu->reqs_lock); in panthor_gpu_irq_handler() 117 spin_unlock(&ptdev->gpu->reqs_lock); in panthor_gpu_irq_handler() 134 spin_lock_irqsave(&ptdev->gpu->reqs_lock, flags); in panthor_gpu_unplug() 137 spin_unlock_irqrestore(&ptdev->gpu->reqs_lock, flags); in panthor_gpu_unplug() 157 spin_lock_init(&gpu->reqs_lock); in panthor_gpu_init() 339 spin_lock_irqsave(&ptdev->gpu->reqs_lock, flags); in panthor_gpu_flush_caches() 346 spin_unlock_irqrestore(&ptdev->gpu->reqs_lock, flags); in panthor_gpu_flush_caches() 354 spin_lock_irqsave(&ptdev->gpu->reqs_lock, flags); in panthor_gpu_flush_caches() 360 spin_unlock_irqrestore(&ptdev->gpu->reqs_lock, flags); in panthor_gpu_flush_caches() [all …]
|
| H A D | panthor_pwr.c | 50 spinlock_t reqs_lock; member 63 spin_lock(&ptdev->pwr->reqs_lock); in panthor_pwr_irq_handler() 76 spin_unlock(&ptdev->pwr->reqs_lock); in panthor_pwr_irq_handler() 106 scoped_guard(spinlock_irqsave, &ptdev->pwr->reqs_lock) { in panthor_pwr_reset() 118 guard(spinlock_irqsave)(&ptdev->pwr->reqs_lock); in panthor_pwr_reset() 460 spin_lock_irqsave(&ptdev->pwr->reqs_lock, flags); in panthor_pwr_unplug() 463 spin_unlock_irqrestore(&ptdev->pwr->reqs_lock, flags); in panthor_pwr_unplug() 479 spin_lock_init(&pwr->reqs_lock); in panthor_pwr_init()
|
| /linux/drivers/tee/qcomtee/ |
| H A D | user_obj.c | 111 guard(mutex)(&ctxdata->reqs_lock); in ureq_enqueue() 204 guard(mutex)(&ctxdata->reqs_lock); in qcomtee_requests_destroy() 268 scoped_guard(mutex, &ctxdata->reqs_lock) { in qcomtee_user_object_dispatch() 602 scoped_guard(mutex, &ctxdata->reqs_lock) { in qcomtee_user_object_select() 641 scoped_guard(mutex, &ctxdata->reqs_lock) in qcomtee_user_object_select() 669 guard(mutex)(&ctxdata->reqs_lock); in qcomtee_user_object_submit()
|