Home
last modified time | relevance | path

Searched refs:dma_release_from_contiguous (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Ddma-map-ops.h103 bool dma_release_from_contiguous(struct device *dev, struct page *pages,
132 static inline bool dma_release_from_contiguous(struct device *dev, in dma_release_from_contiguous() function
/linux/arch/arm/mm/
H A Ddma-mapping.c413 dma_release_from_contiguous(dev, page, count); in __alloc_from_contiguous()
435 dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT); in __free_from_contiguous()
945 dma_release_from_contiguous(dev, pages[0], count); in __iommu_free_buffer()