Searched refs:map_single (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | swiotlb.c | 527 phys_addr_t map_single(struct device *hwdev, phys_addr_t phys, size_t size, in map_single() function 638 phys_addr_t paddr = map_single(hwdev, 0, size, DMA_FROM_DEVICE); in swiotlb_alloc_coherent() 730 map = map_single(dev, phys, size, dir); in swiotlb_map_page() 865 phys_addr_t map = map_single(hwdev, sg_phys(sg), in swiotlb_map_sg_attrs()
|
D | dma-debug.c | 1039 bool map_single) in debug_dma_map_page() argument 1061 if (map_single) in debug_dma_map_page() 1114 size_t size, int direction, bool map_single) in debug_dma_unmap_page() argument 1127 if (map_single) in debug_dma_unmap_page()
|