Searched refs:dma_alloc_noncoherent (Results 1 – 8 of 8) 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/sound/mips/ |
| H A D | hal2.c | 453 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 D | dma-api.rst | 610 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 D | dma-mapping.h | 514 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/scsi/ |
| H A D | 53c700.c | 310 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_rx.c | 1054 vaddr_unaligned = dma_alloc_noncoherent(ab->dev, rx_tid->unaligned_size, &paddr, in ath11k_peer_rx_tid_setup()
|