Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/i825xx/
Dlasi_82596.c180 lp->dma = dma_alloc_noncoherent(&dev->dev, in lan_init_chip()
/Linux-v5.10/kernel/dma/
Dmapping.c514 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
536 EXPORT_SYMBOL_GPL(dma_alloc_noncoherent);
/Linux-v5.10/drivers/scsi/
Dsgiwd93.c237 hdata->cpu = dma_alloc_noncoherent(&pdev->dev, HPC_DMA_SIZE, in sgiwd93_probe()
D53c700.c310 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()
/Linux-v5.10/Documentation/core-api/
Ddma-api.rst532 dma_alloc_noncoherent(struct device *dev, size_t size,
564 Free a region of memory previously allocated using dma_alloc_noncoherent().
566 dma_alloc_noncoherent(). cpu_addr must be the virtual address returned by
567 dma_alloc_noncoherent().
604 dma_alloc_noncoherent(). page must be the pointer returned by
/Linux-v5.10/sound/mips/
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-v5.10/include/linux/
Ddma-mapping.h266 void *dma_alloc_noncoherent(struct device *dev, size_t size,
/Linux-v5.10/drivers/net/ethernet/seeq/
Dsgiseeq.c751 sr = dma_alloc_noncoherent(&pdev->dev, sizeof(*sp->srings), in sgiseeq_probe()