Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/i825xx/
Dlasi_82596.c192 dma_free_noncoherent(&dev->dev, sizeof(struct i596_dma), in lan_init_chip()
205 dma_free_noncoherent(&pdev->dev, sizeof(struct i596_private), lp->dma, in lan_remove_chip()
/Linux-v5.10/drivers/scsi/
Dsgiwd93.c277 dma_free_noncoherent(&pdev->dev, HPC_DMA_SIZE, hdata->cpu, hdata->dma, in sgiwd93_probe()
294 dma_free_noncoherent(&pdev->dev, HPC_DMA_SIZE, hdata->cpu, hdata->dma, in sgiwd93_remove()
D53c700.c424 dma_free_noncoherent(hostdata->dev, TOTAL_MEM_SIZE, in NCR_700_release()
/Linux-v5.10/sound/mips/
Dhal2.c460 dma_free_noncoherent(dev, H2_BUF_SIZE, codec->buffer, buffer_dma, in hal2_alloc_dmabuf()
486 dma_free_noncoherent(dev, codec->desc_count * sizeof(struct hal2_desc), in hal2_free_dmabuf()
488 dma_free_noncoherent(dev, H2_BUF_SIZE, codec->buffer, codec->buffer_dma, in hal2_free_dmabuf()
/Linux-v5.10/kernel/dma/
Dmapping.c538 void dma_free_noncoherent(struct device *dev, size_t size, void *vaddr, in dma_free_noncoherent() function
552 EXPORT_SYMBOL_GPL(dma_free_noncoherent);
/Linux-v5.10/drivers/net/ethernet/seeq/
Dsgiseeq.c813 dma_free_noncoherent(&pdev->dev, sizeof(*sp->srings), sp->srings, in sgiseeq_probe()
828 dma_free_noncoherent(&pdev->dev, sizeof(*sp->srings), sp->srings, in sgiseeq_remove()
/Linux-v5.10/include/linux/
Ddma-mapping.h268 void dma_free_noncoherent(struct device *dev, size_t size, void *vaddr,
/Linux-v5.10/Documentation/core-api/
Ddma-api.rst561 dma_free_noncoherent(struct device *dev, size_t size, void *cpu_addr,