Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddma-map-ops.h387 bool arch_dma_unmap_phys_direct(struct device *dev, dma_addr_t dma_handle);
396 #define arch_dma_unmap_phys_direct(d, a) (false) macro
/linux/kernel/dma/
H A Dmapping.c217 arch_dma_unmap_phys_direct(dev, addr + size))) in dma_unmap_phys()