Searched refs:dma_alloc_noncoherent (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/i825xx/ |
H A D | lasi_82596.c | 181 lp->dma = dma_alloc_noncoherent(&dev->dev, in lan_init_chip()
|
/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | firmware.c | 242 fw->img = dma_alloc_noncoherent(fw->device->dev, in nvkm_firmware_ctor()
|
/linux/drivers/gpu/drm/ |
H A D | drm_gem_dma_helper.c | 147 dma_obj->vaddr = dma_alloc_noncoherent(drm->dev, size, in drm_gem_dma_create()
|
/linux/Documentation/core-api/ |
H A D | dma-api.rst | 594 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 D | dma-mapping.h | 363 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
|
/linux/sound/core/ |
H A D | memalloc.c | 838 p = dma_alloc_noncoherent(dmab->dev.dev, size, &dmab->addr, in snd_dma_noncoherent_alloc()
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-tmc-etr.c | 618 flat_buf->vaddr = dma_alloc_noncoherent(real_dev, etr_buf->size, in tmc_etr_alloc_flat_buf()
|
/linux/drivers/scsi/ |
H A D | 53c700.c | 309 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()
|
/linux/drivers/usb/cdns3/ |
H A D | cdns3-gadget.c | 914 buf->buf = dma_alloc_noncoherent(priv_dev->sysdev, in cdns3_prepare_aligned_request_buf()
|
/linux/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 387 return dma_alloc_noncoherent(dev, size, handle, DMA_BIDIRECTIONAL, gfp); in fec_dma_alloc()
|