Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/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.c423 dma_free_noncoherent(hostdata->dev, TOTAL_MEM_SIZE, in NCR_700_release()
/Linux-v5.15/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.15/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.15/include/linux/
Ddma-mapping.h316 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
/Linux-v5.15/drivers/usb/cdns3/
Dcdns3-gadget.c890 dma_free_noncoherent(priv_dev->sysdev, buf->size, in cdns3_free_aligned_request_buf()
3117 dma_free_noncoherent(priv_dev->sysdev, buf->size, in cdns3_gadget_exit()
/Linux-v5.15/Documentation/core-api/
Ddma-api.rst590 dma_free_noncoherent(struct device *dev, size_t size, void *cpu_addr,