Home
last modified time | relevance | path

Searched refs:dma_alloc_noncoherent (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/i825xx/
H A Dlasi_82596.c181 lp->dma = dma_alloc_noncoherent(&dev->dev, in lan_init_chip()
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dfirmware.c242 fw->img = dma_alloc_noncoherent(fw->device->dev, in nvkm_firmware_ctor()
/linux/drivers/gpu/drm/
H A Ddrm_gem_dma_helper.c147 dma_obj->vaddr = dma_alloc_noncoherent(drm->dev, size, in drm_gem_dma_create()
/linux/Documentation/core-api/
H A Ddma-api.rst594 dma_alloc_noncoherent(struct device *dev, size_t size,
607 Free a region of memory previously allocated using dma_alloc_noncoherent().
609 dma_alloc_noncoherent(). cpu_addr must be the virtual address returned by
610 dma_alloc_noncoherent().
/linux/include/linux/
H A Ddma-mapping.h363 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/linux/sound/core/
H A Dmemalloc.c838 p = dma_alloc_noncoherent(dmab->dev.dev, size, &dmab->addr, in snd_dma_noncoherent_alloc()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c618 flat_buf->vaddr = dma_alloc_noncoherent(real_dev, etr_buf->size, in tmc_etr_alloc_flat_buf()
/linux/drivers/scsi/
H A D53c700.c309 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()
/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.c914 buf->buf = dma_alloc_noncoherent(priv_dev->sysdev, in cdns3_prepare_aligned_request_buf()
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c387 return dma_alloc_noncoherent(dev, size, handle, DMA_BIDIRECTIONAL, gfp); in fec_dma_alloc()