Home
last modified time | relevance | path

Searched refs:dma_free_noncontiguous (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/ !
H A Ddma-mapping.h196 void dma_free_noncontiguous(struct device *dev, size_t size,
325 static inline void dma_free_noncontiguous(struct device *dev, size_t size, in dma_free_noncontiguous() function
/linux/drivers/usb/core/ !
H A Dusb.c1077 dma_free_noncontiguous(dmadev, size, sgt, dir); in usb_alloc_noncoherent()
1113 dma_free_noncontiguous(dmadev, size, table, dir); in usb_free_noncoherent()
/linux/sound/core/ !
H A Dmemalloc.c575 dma_free_noncontiguous(dmab->dev.dev, size, sgt, dmab->dev.dir); in snd_dma_noncontig_alloc()
583 dma_free_noncontiguous(dmab->dev.dev, dmab->bytes, dmab->private_data, in snd_dma_noncontig_free()
/linux/kernel/dma/ !
H A Dmapping.c830 void dma_free_noncontiguous(struct device *dev, size_t size, in dma_free_noncontiguous() function
841 EXPORT_SYMBOL_GPL(dma_free_noncontiguous);
/linux/drivers/media/common/videobuf2/ !
H A Dvideobuf2-dma-contig.c177 dma_free_noncontiguous(buf->dev, buf->size, in vb2_dc_put()
/linux/drivers/nvme/host/ !
H A Dpci.c2536 dma_free_noncontiguous(dev->dev, dev->host_mem_size, in nvme_free_host_mem()
2559 dma_free_noncontiguous(dev->dev, size, dev->hmb_sgt, in nvme_alloc_host_mem_single()
/linux/Documentation/core-api/ !
H A Ddma-api.rst661 dma_free_noncontiguous(struct device *dev, size_t size,