Home
last modified time | relevance | path

Searched refs:dma_coherent_ok (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/dma/
H A Ddirect.c73 bool dma_coherent_ok(struct device *dev, phys_addr_t phys, size_t size) in dma_coherent_ok() function
109 if (page && !dma_coherent_ok(dev, page_to_phys(page), size)) { in dma_direct_alloc_swiotlb()
129 if (dma_coherent_ok(dev, page_to_phys(page), size) && in __dma_direct_alloc_pages()
137 && !dma_coherent_ok(dev, page_to_phys(page), size)) { in __dma_direct_alloc_pages()
174 dma_coherent_ok); in dma_direct_alloc_from_pool()
H A Dswiotlb.c771 attrs, dma_coherent_ok); in swiotlb_alloc_tlb()
/linux/include/linux/
H A Ddma-mapping.h620 bool dma_coherent_ok(struct device *dev, phys_addr_t phys, size_t size);