Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/
Dsyncpt.c64 mutex_lock(&host->syncpt_mutex); in host1x_syncpt_alloc()
91 mutex_unlock(&host->syncpt_mutex); in host1x_syncpt_alloc()
98 mutex_unlock(&host->syncpt_mutex); in host1x_syncpt_alloc()
407 mutex_init(&host->syncpt_mutex); in host1x_syncpt_init()
456 mutex_lock(&sp->host->syncpt_mutex); in host1x_syncpt_free()
465 mutex_unlock(&sp->host->syncpt_mutex); in host1x_syncpt_free()
Ddev.h136 struct mutex syncpt_mutex; member