Home
last modified time | relevance | path

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

/linux/Documentation/core-api/
A Ddma-api.rst601 dma_alloc_noncontiguous(struct device *dev, size_t size,
635 Free memory previously allocated using dma_alloc_noncontiguous(). dev, size,
636 and dir must all be the same as those passed into dma_alloc_noncontiguous().
637 sgt must be the pointer returned by dma_alloc_noncontiguous().
646 dma_alloc_noncontiguous(). dev and size must be the same as those passed into
647 dma_alloc_noncontiguous(). sgt must be the pointer returned by
648 dma_alloc_noncontiguous().
661 same the one passed into dma_alloc_noncontiguous(). vaddr must be the pointer
671 Map an allocation returned from dma_alloc_noncontiguous() into a user address
673 dma_alloc_noncontiguous(). sgt must be the pointer returned by
[all …]
/linux/include/linux/
A Ddma-mapping.h149 struct sg_table *dma_alloc_noncontiguous(struct device *dev, size_t size,
277 static inline struct sg_table *dma_alloc_noncontiguous(struct device *dev, in dma_alloc_noncontiguous() function
/linux/kernel/dma/
A Dmapping.c627 struct sg_table *dma_alloc_noncontiguous(struct device *dev, size_t size, in dma_alloc_noncontiguous() function
647 EXPORT_SYMBOL_GPL(dma_alloc_noncontiguous);
/linux/sound/core/
A Dmemalloc.c510 sgt = dma_alloc_noncontiguous(dmab->dev.dev, size, dmab->dev.dir, in snd_dma_noncontig_alloc()
/linux/drivers/media/common/videobuf2/
A Dvideobuf2-dma-contig.c214 buf->dma_sgt = dma_alloc_noncontiguous(buf->dev, in vb2_dc_alloc_non_coherent()
/linux/drivers/media/usb/uvc/
A Duvc_video.c1650 uvc_urb->sgt = dma_alloc_noncontiguous(dma_dev, stream->urb_size, in uvc_alloc_urb_buffer()
/linux/
A Dvmlinux.symvers3259 0x00000000 dma_alloc_noncontiguous vmlinux EXPORT_SYMBOL_GPL
A DSystem.map4385 ffff80001010dae0 T dma_alloc_noncontiguous
A D.tmp_System.map4385 ffff80001010dae0 T dma_alloc_noncontiguous

Completed in 362 milliseconds