Searched refs:dma_free_noncontiguous (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | dma-mapping.h | 196 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 D | usb.c | 1077 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 D | memalloc.c | 575 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 D | mapping.c | 830 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 D | videobuf2-dma-contig.c | 177 dma_free_noncontiguous(buf->dev, buf->size, in vb2_dc_put()
|
| /linux/drivers/nvme/host/ |
| H A D | pci.c | 2536 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 D | dma-api.rst | 661 dma_free_noncontiguous(struct device *dev, size_t size,
|