Home
last modified time | relevance | path

Searched refs:compls_raw (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma/idxd/
H A Ddevice.c151 wq->compls_raw = dma_alloc_coherent(dev, wq->compls_size, in idxd_wq_alloc_resources()
153 if (!wq->compls_raw) { in idxd_wq_alloc_resources()
160 tmp = (u64)wq->compls_raw; in idxd_wq_alloc_resources()
192 dma_free_coherent(dev, wq->compls_size, wq->compls_raw, in idxd_wq_alloc_resources()
208 dma_free_coherent(dev, wq->compls_size, wq->compls_raw, in idxd_wq_free_resources()
H A Didxd.h163 void *compls_raw; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma/idxd/
H A Ddevice.c151 wq->compls_raw = dma_alloc_coherent(dev, wq->compls_size, in idxd_wq_alloc_resources()
153 if (!wq->compls_raw) { in idxd_wq_alloc_resources()
160 tmp = (u64)wq->compls_raw; in idxd_wq_alloc_resources()
192 dma_free_coherent(dev, wq->compls_size, wq->compls_raw, in idxd_wq_alloc_resources()
208 dma_free_coherent(dev, wq->compls_size, wq->compls_raw, in idxd_wq_free_resources()
H A Didxd.h163 void *compls_raw; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/dma/idxd/
H A Ddevice.c151 wq->compls_raw = dma_alloc_coherent(dev, wq->compls_size, in idxd_wq_alloc_resources()
153 if (!wq->compls_raw) { in idxd_wq_alloc_resources()
160 tmp = (u64)wq->compls_raw; in idxd_wq_alloc_resources()
192 dma_free_coherent(dev, wq->compls_size, wq->compls_raw, in idxd_wq_alloc_resources()
208 dma_free_coherent(dev, wq->compls_size, wq->compls_raw, in idxd_wq_free_resources()
H A Didxd.h163 void *compls_raw; member