/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | dma-iommu.c | 143 .unmap_sg = dma_iommu_unmap_sg,
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | uniphier-sd.c | 159 goto unmap_sg; in uniphier_sd_external_dma_start() 166 goto unmap_sg; in uniphier_sd_external_dma_start() 172 unmap_sg: in uniphier_sd_external_dma_start()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | intel_iommu.h | 86 DEFINE_EVENT(dma_unmap, unmap_sg,
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | iommu.c | 431 .unmap_sg = sbus_iommu_unmap_sg, 442 .unmap_sg = sbus_iommu_unmap_sg,
|
H A D | io-unit.c | 284 .unmap_sg = iounit_unmap_sg,
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | iommu.c | 432 .unmap_sg = sbus_iommu_unmap_sg, 443 .unmap_sg = sbus_iommu_unmap_sg,
|
H A D | io-unit.c | 285 .unmap_sg = iounit_unmap_sg,
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | dma-mapping-nommu.c | 186 .unmap_sg = arm_nommu_dma_unmap_sg,
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | dma-iommu.c | 212 .unmap_sg = dma_iommu_unmap_sg,
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | system-bus.c | 693 .unmap_sg = ps3_sb_unmap_sg, 707 .unmap_sg = ps3_ioc0_unmap_sg,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | system-bus.c | 692 .unmap_sg = ps3_sb_unmap_sg, 706 .unmap_sg = ps3_ioc0_unmap_sg,
|
/kernel/linux/linux-5.10/kernel/dma/ |
H A D | mapping.c | 212 else if (ops->unmap_sg) in dma_unmap_sg_attrs() 213 ops->unmap_sg(dev, sg, nents, dir, attrs); in dma_unmap_sg_attrs()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | ibmebus.c | 144 .unmap_sg = ibmebus_unmap_sg,
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | grant-dma-ops.c | 292 .unmap_sg = xen_grant_dma_unmap_sg,
|
H A D | swiotlb-xen.c | 400 .unmap_sg = xen_swiotlb_unmap_sg,
|
/kernel/linux/linux-6.6/kernel/dma/ |
H A D | mapping.c | 294 else if (ops->unmap_sg) in dma_unmap_sg_attrs() 295 ops->unmap_sg(dev, sg, nents, dir, attrs); in dma_unmap_sg_attrs()
|
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | dmabounce.c | 464 .unmap_sg = arm_dma_unmap_sg,
|
/kernel/linux/linux-5.10/arch/mips/jazz/ |
H A D | jazzdma.c | 613 .unmap_sg = jazz_dma_unmap_sg,
|
/kernel/linux/linux-6.6/arch/mips/jazz/ |
H A D | jazzdma.c | 613 .unmap_sg = jazz_dma_unmap_sg,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | ibmebus.c | 146 .unmap_sg = ibmebus_unmap_sg,
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | swiotlb-xen.c | 574 .unmap_sg = xen_swiotlb_unmap_sg,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dma-map-ops.h | 49 void (*unmap_sg)(struct device *dev, struct scatterlist *sg, int nents, member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dma-map-ops.h | 19 * handle PCI P2PDMA pages in the map_sg/unmap_sg operation. 61 void (*unmap_sg)(struct device *dev, struct scatterlist *sg, int nents, member
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A 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()
|