Searched refs:dma_free_noncontiguous (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/media/usb/stk1160/ |
| H A D | stk1160-video.c | 371 dma_free_noncontiguous(dma_dev, stk_urb->urb->transfer_buffer_length, in stk_free_urb() 437 dma_free_noncontiguous(dma_dev, sb_size, stk_urb->sgt, DMA_FROM_DEVICE); in stk1160_fill_urb()
|
| /linux-6.15/include/linux/ |
| H A D | dma-mapping.h | 141 void dma_free_noncontiguous(struct device *dev, size_t size, 261 static inline void dma_free_noncontiguous(struct device *dev, size_t size, in dma_free_noncontiguous() function
|
| /linux-6.15/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-6.15/kernel/dma/ |
| H A D | mapping.c | 800 void dma_free_noncontiguous(struct device *dev, size_t size, in dma_free_noncontiguous() function 811 EXPORT_SYMBOL_GPL(dma_free_noncontiguous);
|
| /linux-6.15/drivers/media/common/videobuf2/ |
| H A D | videobuf2-dma-contig.c | 177 dma_free_noncontiguous(buf->dev, buf->size, in vb2_dc_put()
|
| /linux-6.15/drivers/media/usb/uvc/ |
| H A D | uvc_video.c | 1776 dma_free_noncontiguous(dma_dev, stream->urb_size, uvc_urb->sgt, in uvc_free_urb_buffers() 1801 dma_free_noncontiguous(dma_dev, stream->urb_size, in uvc_alloc_urb_buffer()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | pci.c | 2084 dma_free_noncontiguous(dev->dev, dev->host_mem_size, in nvme_free_host_mem() 2107 dma_free_noncontiguous(dev->dev, size, dev->hmb_sgt, in nvme_alloc_host_mem_single()
|
| /linux-6.15/Documentation/core-api/ |
| H A D | dma-api.rst | 645 dma_free_noncontiguous(struct device *dev, size_t size,
|