dma_alloc_coherent   13 include/asm-cris/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
dma_alloc_coherent   19 include/asm-cris/dma-mapping.h void *dma_alloc_coherent(struct device *dev, size_t size,
dma_alloc_coherent   10 include/asm-frv/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
dma_alloc_coherent   16 include/asm-frv/dma-mapping.h void *dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t gfp);
dma_alloc_coherent   12 include/asm-generic/dma-mapping-broken.h dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle,
dma_alloc_coherent   19 include/asm-generic/dma-mapping-broken.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
dma_alloc_coherent  267 include/asm-generic/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
dma_alloc_coherent   22 include/asm-generic/pci-dma-compat.h 	return dma_alloc_coherent(hwdev == NULL ? NULL : &hwdev->dev, size, dma_handle, GFP_ATOMIC);
dma_alloc_coherent   29 include/asm-m68k/dma-mapping.h extern void *dma_alloc_coherent(struct device *, size_t,
dma_alloc_coherent   37 include/asm-m68k/dma-mapping.h 	return dma_alloc_coherent(dev, size, handle, flag);
dma_alloc_coherent   20 include/asm-mn10300/dma-mapping.h extern void *dma_alloc_coherent(struct device *dev, size_t size,
dma_alloc_coherent   26 include/asm-mn10300/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f))
dma_alloc_coherent   95 include/asm-um/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
dma_alloc_coherent   85 include/asm-x86/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
dma_alloc_coherent   27 include/asm-xtensa/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
dma_alloc_coherent   30 include/asm-xtensa/dma-mapping.h void *dma_alloc_coherent(struct device *dev, size_t size,
dma_alloc_coherent  864 include/linux/i2o.h 	addr->virt = dma_alloc_coherent(dev, len, &addr->phys, gfp_mask);
dma_alloc_coherent 1811 include/rdma/ib_verbs.h 		ret = dma_alloc_coherent(dev->dma_device, size, &handle, flag);
dma_alloc_coherent  220 mm/dmapool.c   	page->vaddr = dma_alloc_coherent(pool->dev, pool->allocation,
dma_alloc_coherent   47 sound/aoa/soundbus/i2sbus/i2sbus-core.c 	r->space = dma_alloc_coherent(
dma_alloc_coherent   57 sound/arm/devdma.c 		buf->area = dma_alloc_coherent(dev, size, &buf->addr, GFP_KERNEL);
dma_alloc_coherent  141 sound/core/memalloc.c 	res = dma_alloc_coherent(dev, PAGE_SIZE << pg, dma, gfp_flags);
dma_alloc_coherent  872 sound/mips/sgio2audio.c 	chip->ring_base = dma_alloc_coherent(NULL, MACEISA_RINGBUFFERS_SIZE,
dma_alloc_coherent  229 sound/ppc/beep.c 	dmabuf = dma_alloc_coherent(&chip->pdev->dev, BEEP_BUFLEN * 4,
dma_alloc_coherent   66 sound/ppc/pmac.c 	rec->space = dma_alloc_coherent(&chip->pdev->dev, rsize,
dma_alloc_coherent  942 sound/ppc/snd_ps3.c 	      dma_alloc_coherent(&the_card.ps3_dev->core,
dma_alloc_coherent   87 sound/soc/at32/at32-pcm.c 	dmabuf->area = dma_alloc_coherent(pcm->card->dev, size,
dma_alloc_coherent  326 sound/soc/blackfin/bf5xx-ac97-pcm.c 	buf->area = dma_alloc_coherent(pcm->card->dev, size,
dma_alloc_coherent  350 sound/soc/blackfin/bf5xx-ac97-pcm.c 			sport_handle->tx_dma_buf = dma_alloc_coherent(NULL, \
dma_alloc_coherent  363 sound/soc/blackfin/bf5xx-ac97-pcm.c 			sport_handle->rx_dma_buf = dma_alloc_coherent(NULL, \
dma_alloc_coherent  207 sound/soc/blackfin/bf5xx-i2s-pcm.c 	buf->area = dma_alloc_coherent(pcm->card->dev, size,
dma_alloc_coherent  441 sound/soc/blackfin/bf5xx-sport.c 	sport->dma_rx_desc = dma_alloc_coherent(NULL, \
dma_alloc_coherent  507 sound/soc/blackfin/bf5xx-sport.c 	sport->dma_tx_desc = dma_alloc_coherent(NULL, \
dma_alloc_coherent  544 sound/soc/blackfin/bf5xx-sport.c 		desc = dma_alloc_coherent(NULL, 2 * sizeof(*desc), &addr, 0);
dma_alloc_coherent  579 sound/soc/blackfin/bf5xx-sport.c 		desc = dma_alloc_coherent(NULL, 2 * sizeof(*desc), &addr, 0);
dma_alloc_coherent  420 sound/soc/fsl/fsl_dma.c 	dma_private = dma_alloc_coherent(substream->pcm->dev,
dma_alloc_coherent 2534 sound/sparc/dbri.c 	dbri->dma = dma_alloc_coherent(&op->dev,