Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/amd/qdma/
Dqdma.c237 mutex_lock(&qdev->ctxt_lock); in qdma_prog_context()
255 mutex_unlock(&qdev->ctxt_lock); in qdma_prog_context()
1036 mutex_destroy(&qdev->ctxt_lock); in amd_qdma_remove()
1053 mutex_init(&qdev->ctxt_lock); in amd_qdma_probe()
1126 mutex_destroy(&qdev->ctxt_lock); in amd_qdma_probe()
Dqdma.h248 struct mutex ctxt_lock; /* protect ctxt registers */ member