Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddma-mapping.h155 struct sg_table *dma_alloc_noncontiguous(struct device *dev, size_t size,
271 static inline struct sg_table *dma_alloc_noncontiguous(struct device *dev, in dma_alloc_noncontiguous() function
/linux/kernel/dma/
H A Dmapping.c783 struct sg_table *dma_alloc_noncontiguous(struct device *dev, size_t size, in dma_alloc_noncontiguous() function
807 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/drivers/usb/core/
H A Dusb.c1067 sgt = dma_alloc_noncontiguous(dmadev, size, dir, mem_flags, 0); in usb_alloc_noncoherent()
/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/nvme/host/
H A Dpci.c2292 dev->hmb_sgt = dma_alloc_noncontiguous(dev->dev, size, in nvme_alloc_host_mem_single()