Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dlasi_82596.c193 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 Dsgiwd93.c285 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 D53c700.c423 dma_free_noncoherent(hostdata->dev, TOTAL_MEM_SIZE, in NCR_700_release()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dfirmware.c190 dma_free_noncoherent(fw->device->dev, sg_dma_len(&fw->mem.sgl), in nvkm_firmware_dtor()
/openbmc/linux/sound/mips/
H A 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()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem_dma_helper.c237 dma_free_noncoherent(gem_obj->dev->dev, dma_obj->base.size, in drm_gem_dma_free()
/openbmc/linux/drivers/net/ethernet/seeq/
H A 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()
/openbmc/linux/include/linux/
H A Ddma-mapping.h322 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
/openbmc/linux/sound/core/
H A Dmemalloc.c882 dma_free_noncoherent(dmab->dev.dev, dmab->bytes, dmab->area, in snd_dma_noncoherent_free()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.c883 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 Dcoresight-tmc-etr.c635 dma_free_noncoherent(real_dev, etr_buf->size, in tmc_etr_free_flat_buf()
/openbmc/linux/Documentation/core-api/
H A Ddma-api.rst604 dma_free_noncoherent(struct device *dev, size_t size, void *cpu_addr,