Searched refs:dma_free_noncoherent (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/i825xx/ |
| D | lasi_82596.c | 192 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/ |
| D | sgiwd93.c | 277 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()
|
| D | 53c700.c | 423 dma_free_noncoherent(hostdata->dev, TOTAL_MEM_SIZE, in NCR_700_release()
|
| /Linux-v5.15/sound/mips/ |
| D | hal2.c | 460 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/ |
| D | sgiseeq.c | 813 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/ |
| D | dma-mapping.h | 316 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
|
| /Linux-v5.15/drivers/usb/cdns3/ |
| D | cdns3-gadget.c | 890 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/ |
| D | dma-api.rst | 590 dma_free_noncoherent(struct device *dev, size_t size, void *cpu_addr,
|