Searched refs:dma_release_from_contiguous (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Ddma-map-ops.h130 bool dma_release_from_contiguous(struct device *dev, struct page *pages,
155 static inline bool dma_release_from_contiguous(struct device *dev, function
/linux-master/kernel/dma/
H A Dcontiguous.c314 * dma_release_from_contiguous() - release allocated pages
323 bool dma_release_from_contiguous(struct device *dev, struct page *pages, function
/linux-master/arch/arm/mm/
H A Ddma-mapping.c413 dma_release_from_contiguous(dev, page, count);
435 dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT);
947 dma_release_from_contiguous(dev, pages[0], count);

Completed in 176 milliseconds