dma_alloc_coherent
ih->ring = dma_alloc_coherent(adev->dev, ih->ring_size + 8,
rxbuf = dma_alloc_coherent(ep->dcp->dev, output_len, &rxbuf_dma,
txbuf = dma_alloc_coherent(ep->dcp->dev, payload_len, &txbuf_dma,
bfr->buffer = dma_alloc_coherent(dcp->dev, bfr->size,
dcp->shmem = dma_alloc_coherent(dcp->dev, DCP_SHMEM_SIZE, &shmem_iova,
memdesc->buf = dma_alloc_coherent(dcp->dev, size,
vaddr = dma_alloc_coherent(obj->base.dev->dev,
void *dma_alloc_coherent(struct device *, size_t, dma_addr_t *, int);
return dma_alloc_coherent(dev, size, dva, gfp);
ptr = dma_alloc_coherent(&rdev->pdev->dev, rdev->gart.table_size,