Lines Matching refs:dma_alloc_noncontiguous
615 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
688 dma_alloc_noncontiguous().