Home
last modified time | relevance | path

Searched refs:dma_alloc_noncontiguous (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/core-api/
H A Ddma-api.rst615 dma_alloc_noncontiguous(struct device *dev, size_t size,
649 Free memory previously allocated using dma_alloc_noncontiguous(). dev, size,
650 and dir must all be the same as those passed into dma_alloc_noncontiguous().
651 sgt must be the pointer returned by dma_alloc_noncontiguous().
660 dma_alloc_noncontiguous(). dev and size must be the same as those passed into
661 dma_alloc_noncontiguous(). sgt must be the pointer returned by
662 dma_alloc_noncontiguous().
675 same the one passed into dma_alloc_noncontiguous(). vaddr must be the pointer
685 Map an allocation returned from dma_alloc_noncontiguous() into a user address
687 dma_alloc_noncontiguous(). sgt must be the pointer returned by
[all …]
/linux/include/linux/
H A Ddma-mapping.h139 struct sg_table *dma_alloc_noncontiguous(struct device *dev, size_t size,
255 static inline struct sg_table *dma_alloc_noncontiguous(struct device *dev, in dma_alloc_noncontiguous() function
/linux/drivers/media/usb/stk1160/
H A Dstk1160-video.c418 stk_urb->sgt = dma_alloc_noncontiguous(dma_dev, sb_size, in stk1160_fill_urb()
/linux/kernel/dma/
H A Dmapping.c765 struct sg_table *dma_alloc_noncontiguous(struct device *dev, size_t size, in dma_alloc_noncontiguous() function
789 EXPORT_SYMBOL_GPL(dma_alloc_noncontiguous);
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-contig.c214 buf->dma_sgt = dma_alloc_noncontiguous(buf->dev, in vb2_dc_alloc_non_coherent()
/linux/sound/core/
H A Dmemalloc.c562 sgt = dma_alloc_noncontiguous(dmab->dev.dev, size, dmab->dev.dir, in snd_dma_noncontig_alloc()
/linux/drivers/media/usb/uvc/
H A Duvc_video.c1740 uvc_urb->sgt = dma_alloc_noncontiguous(dma_dev, stream->urb_size, in uvc_alloc_urb_buffer()
/linux/drivers/nvme/host/
H A Dpci.c2080 dev->hmb_sgt = dma_alloc_noncontiguous(dev->dev, size, in nvme_alloc_host_mem_single()