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