Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/i825xx/
H A Dlasi_82596.c181 lp->dma = dma_alloc_noncoherent(&dev->dev, in lan_init_chip()
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/core/
H A Dfirmware.c242 fw->img = dma_alloc_noncoherent(fw->device->dev, in nvkm_firmware_ctor()
/linux-6.15/drivers/scsi/
H A Dsgiwd93.c245 hdata->cpu = dma_alloc_noncoherent(&pdev->dev, HPC_DMA_SIZE, in sgiwd93_probe()
H A D53c700.c310 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()
/linux-6.15/drivers/accel/amdxdna/
H A Daie2_error.c318 events->buf = dma_alloc_noncoherent(xdna->ddev.dev, total_size, &events->addr, in aie2_error_async_events_alloc()
H A Daie2_message.c306 buff_addr = dma_alloc_noncoherent(xdna->ddev.dev, size, &dma_addr, in aie2_query_status()
/linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/sound/core/
H A Dmemalloc.c838 p = dma_alloc_noncoherent(dmab->dev.dev, size, &dmab->addr, in snd_dma_noncoherent_alloc()
/linux-6.15/drivers/net/ethernet/seeq/
H A Dsgiseeq.c751 sr = dma_alloc_noncoherent(&pdev->dev, sizeof(*sp->srings), in sgiseeq_probe()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp.c253 ring->vaddr_unaligned = dma_alloc_noncoherent(ab->dev, ring->size, in ath11k_dp_srng_setup()
H A Ddp_rx.c1054 vaddr_unaligned = dma_alloc_noncoherent(ab->dev, rx_tid->unaligned_size, &paddr, in ath11k_peer_rx_tid_setup()
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c619 flat_buf->vaddr = dma_alloc_noncoherent(real_dev, etr_buf->size, in tmc_etr_alloc_flat_buf()
/linux-6.15/drivers/usb/cdns3/
H A Dcdns3-gadget.c914 buf->buf = dma_alloc_noncoherent(priv_dev->sysdev, in cdns3_prepare_aligned_request_buf()
/linux-6.15/drivers/net/ethernet/freescale/
H A Dfec_main.c387 return dma_alloc_noncoherent(dev, size, handle, DMA_BIDIRECTIONAL, gfp); in fec_dma_alloc()