Searched refs:dma_free_noncoherent (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | lasi_82596.c | 193 dma_free_noncoherent(&dev->dev, sizeof(struct i596_dma), in lan_init_chip() 206 dma_free_noncoherent(&pdev->dev, sizeof(struct i596_private), lp->dma, in lan_remove_chip()
|
/openbmc/linux/drivers/scsi/ |
H A D | sgiwd93.c | 285 dma_free_noncoherent(&pdev->dev, HPC_DMA_SIZE, hdata->cpu, hdata->dma, in sgiwd93_probe() 302 dma_free_noncoherent(&pdev->dev, HPC_DMA_SIZE, hdata->cpu, hdata->dma, in sgiwd93_remove()
|
H A D | 53c700.c | 423 dma_free_noncoherent(hostdata->dev, TOTAL_MEM_SIZE, in NCR_700_release()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | firmware.c | 190 dma_free_noncoherent(fw->device->dev, sg_dma_len(&fw->mem.sgl), in nvkm_firmware_dtor()
|
/openbmc/linux/sound/mips/ |
H A 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()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_gem_dma_helper.c | 237 dma_free_noncoherent(gem_obj->dev->dev, dma_obj->base.size, in drm_gem_dma_free()
|
/openbmc/linux/drivers/net/ethernet/seeq/ |
H A 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()
|
/openbmc/linux/include/linux/ |
H A D | dma-mapping.h | 322 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
|
/openbmc/linux/sound/core/ |
H A D | memalloc.c | 882 dma_free_noncoherent(dmab->dev.dev, dmab->bytes, dmab->area, in snd_dma_noncoherent_free()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-gadget.c | 883 dma_free_noncoherent(priv_dev->sysdev, buf->size, in cdns3_free_aligned_request_buf() 3263 dma_free_noncoherent(priv_dev->sysdev, buf->size, in cdns3_gadget_exit()
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-tmc-etr.c | 635 dma_free_noncoherent(real_dev, etr_buf->size, in tmc_etr_free_flat_buf()
|
/openbmc/linux/Documentation/core-api/ |
H A D | dma-api.rst | 604 dma_free_noncoherent(struct device *dev, size_t size, void *cpu_addr,
|