Searched refs:unmap_phys (Results 1 – 20 of 20) sorted by relevance
| /linux/kernel/dma/ |
| H A D | ops_helpers.c | 99 else if (ops->unmap_phys) in dma_common_free_pages() 100 ops->unmap_phys(dev, dma_handle, size, dir, in dma_common_free_pages()
|
| H A D | dummy.c | 54 .unmap_phys = dma_dummy_unmap_phys,
|
| H A D | mapping.c | 213 else if (ops->unmap_phys) in dma_unmap_phys() 214 ops->unmap_phys(dev, addr, size, dir, attrs); in dma_unmap_phys()
|
| /linux/arch/sparc/mm/ |
| H A D | iommu.c | 432 .unmap_phys = sbus_iommu_unmap_phys, 443 .unmap_phys = sbus_iommu_unmap_phys,
|
| H A D | io-unit.c | 285 .unmap_phys = iounit_unmap_phys,
|
| /linux/arch/powerpc/kernel/ |
| H A D | dma-iommu.c | 213 .unmap_phys = dma_iommu_unmap_phys,
|
| /linux/arch/powerpc/platforms/ps3/ |
| H A D | system-bus.c | 699 .unmap_phys = ps3_unmap_phys, 713 .unmap_phys = ps3_unmap_phys,
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | ibmebus.c | 151 .unmap_phys = ibmebus_unmap_phys,
|
| H A D | vio.c | 612 .unmap_phys = vio_dma_iommu_unmap_phys,
|
| /linux/drivers/xen/ |
| H A D | grant-dma-ops.c | 294 .unmap_phys = xen_grant_dma_unmap_phys,
|
| H A D | swiotlb-xen.c | 437 .unmap_phys = xen_swiotlb_unmap_phys,
|
| /linux/arch/mips/jazz/ |
| H A D | jazzdma.c | 617 .unmap_phys = jazz_dma_unmap_phys,
|
| /linux/include/linux/ |
| H A D | dma-map-ops.h | 37 void (*unmap_phys)(struct device *dev, dma_addr_t dma_handle, member
|
| /linux/arch/x86/kernel/ |
| H A D | amd_gart_64.c | 677 .unmap_phys = gart_unmap_phys,
|
| /linux/arch/alpha/kernel/ |
| H A D | pci_iommu.c | 915 .unmap_phys = alpha_pci_unmap_phys,
|
| /linux/arch/sparc/kernel/ |
| H A D | iommu.c | 765 .unmap_phys = dma_4u_unmap_phys,
|
| H A D | pci_sun4v.c | 697 .unmap_phys = dma_4v_unmap_phys,
|
| /linux/drivers/parisc/ |
| H A D | ccio-dma.c | 1023 .unmap_phys = ccio_unmap_phys,
|
| H A D | sba_iommu.c | 1087 .unmap_phys = sba_unmap_phys,
|
| /linux/arch/arm/mm/ |
| H A D | dma-mapping.c | 1463 .unmap_phys = arm_iommu_unmap_phys,
|