Home
last modified time | relevance | path

Searched refs:dma_alloc_noncoherent (Results 1 – 8 of 8) 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/sound/mips/
H A Dhal2.c453 codec->buffer = dma_alloc_noncoherent(dev, H2_BUF_SIZE, &buffer_dma, in hal2_alloc_dmabuf()
457 desc = dma_alloc_noncoherent(dev, count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf()
/linux/Documentation/core-api/
H A Ddma-api.rst610 dma_alloc_noncoherent(struct device *dev, size_t size,
623 Free a region of memory previously allocated using dma_alloc_noncoherent().
625 dma_alloc_noncoherent(). cpu_addr must be the virtual address returned by
626 dma_alloc_noncoherent().
/linux/include/linux/
H A Ddma-mapping.h514 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/scsi/
H A D53c700.c310 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1054 vaddr_unaligned = dma_alloc_noncoherent(ab->dev, rx_tid->unaligned_size, &paddr, in ath11k_peer_rx_tid_setup()