Searched refs:unmap_sg (Results 1 – 25 of 27) sorted by relevance
12
/linux-5.19.10/drivers/mmc/host/ |
D | uniphier-sd.c | 150 goto unmap_sg; in uniphier_sd_external_dma_start() 157 goto unmap_sg; in uniphier_sd_external_dma_start() 163 unmap_sg: in uniphier_sd_external_dma_start()
|
/linux-5.19.10/arch/sparc/mm/ |
D | iommu.c | 431 .unmap_sg = sbus_iommu_unmap_sg, 442 .unmap_sg = sbus_iommu_unmap_sg,
|
D | io-unit.c | 284 .unmap_sg = iounit_unmap_sg,
|
/linux-5.19.10/arch/powerpc/kernel/ |
D | dma-iommu.c | 210 .unmap_sg = dma_iommu_unmap_sg,
|
/linux-5.19.10/drivers/xen/ |
D | grant-dma-ops.c | 272 .unmap_sg = xen_grant_dma_unmap_sg,
|
D | swiotlb-xen.c | 400 .unmap_sg = xen_swiotlb_unmap_sg,
|
/linux-5.19.10/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 692 .unmap_sg = ps3_sb_unmap_sg, 706 .unmap_sg = ps3_ioc0_unmap_sg,
|
/linux-5.19.10/arch/powerpc/platforms/pseries/ |
D | ibmebus.c | 145 .unmap_sg = ibmebus_unmap_sg,
|
D | vio.c | 607 .unmap_sg = vio_dma_iommu_unmap_sg,
|
/linux-5.19.10/kernel/dma/ |
D | mapping.c | 283 else if (ops->unmap_sg) in dma_unmap_sg_attrs() 284 ops->unmap_sg(dev, sg, nents, dir, attrs); in dma_unmap_sg_attrs()
|
/linux-5.19.10/include/linux/ |
D | dma-map-ops.h | 50 void (*unmap_sg)(struct device *dev, struct scatterlist *sg, int nents, member
|
/linux-5.19.10/arch/mips/jazz/ |
D | jazzdma.c | 613 .unmap_sg = jazz_dma_unmap_sg,
|
/linux-5.19.10/arch/arm/common/ |
D | dmabounce.c | 464 .unmap_sg = arm_dma_unmap_sg,
|
/linux-5.19.10/drivers/crypto/ |
D | atmel-sha.c | 1472 goto unmap_sg; in atmel_sha_dma_start() 1478 goto unmap_sg; in atmel_sha_dma_start() 1486 goto unmap_sg; in atmel_sha_dma_start() 1492 unmap_sg: in atmel_sha_dma_start()
|
/linux-5.19.10/arch/x86/kernel/ |
D | amd_gart_64.c | 670 .unmap_sg = gart_unmap_sg,
|
/linux-5.19.10/arch/arm/mm/ |
D | dma-mapping.c | 206 .unmap_sg = arm_dma_unmap_sg, 2003 .unmap_sg = arm_iommu_unmap_sg, 2023 .unmap_sg = arm_coherent_iommu_unmap_sg,
|
/linux-5.19.10/arch/s390/pci/ |
D | pci_dma.c | 688 .unmap_sg = s390_dma_unmap_sg,
|
/linux-5.19.10/arch/sparc/kernel/ |
D | iommu.c | 759 .unmap_sg = dma_4u_unmap_sg,
|
D | pci_sun4v.c | 691 .unmap_sg = dma_4v_unmap_sg,
|
/linux-5.19.10/arch/alpha/kernel/ |
D | pci_iommu.c | 926 .unmap_sg = alpha_pci_unmap_sg,
|
/linux-5.19.10/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 452 goto unmap_sg; in safexcel_ahash_send_req() 476 goto unmap_sg; in safexcel_ahash_send_req() 498 unmap_sg: in safexcel_ahash_send_req()
|
/linux-5.19.10/drivers/parisc/ |
D | ccio-dma.c | 1027 .unmap_sg = ccio_unmap_sg,
|
D | sba_iommu.c | 1079 .unmap_sg = sba_unmap_sg,
|
/linux-5.19.10/drivers/infiniband/ulp/rtrs/ |
D | rtrs-srv.c | 628 goto unmap_sg; in map_cont_bufs() 664 unmap_sg: in map_cont_bufs()
|
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_amdkfd_gpuvm.c | 488 goto unmap_sg; in kfd_mem_dmamap_userptr() 492 unmap_sg: in kfd_mem_dmamap_userptr()
|
12