Home
last modified time | relevance | path

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

/lib/
Dswiotlb.c131 static dma_addr_t swiotlb_virt_to_bus(struct device *hwdev, in swiotlb_virt_to_bus() argument
134 return phys_to_dma(hwdev, virt_to_phys(address)); in swiotlb_virt_to_bus()
414 phys_addr_t swiotlb_tbl_map_single(struct device *hwdev, in swiotlb_tbl_map_single() argument
430 mask = dma_get_seg_boundary(hwdev); in swiotlb_tbl_map_single()
527 phys_addr_t map_single(struct device *hwdev, phys_addr_t phys, size_t size, in map_single() argument
530 dma_addr_t start_dma_addr = phys_to_dma(hwdev, io_tlb_start); in map_single()
532 return swiotlb_tbl_map_single(hwdev, start_dma_addr, phys, size, dir); in map_single()
538 void swiotlb_tbl_unmap_single(struct device *hwdev, phys_addr_t tlb_addr, in swiotlb_tbl_unmap_single() argument
579 void swiotlb_tbl_sync_single(struct device *hwdev, phys_addr_t tlb_addr, in swiotlb_tbl_sync_single() argument
610 swiotlb_alloc_coherent(struct device *hwdev, size_t size, in swiotlb_alloc_coherent() argument
[all …]