Searched refs:alloc_noncontiguous (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/dma/
H A Dmapping.c657 if (ops && ops->alloc_noncontiguous)
658 sgt = ops->alloc_noncontiguous(dev, size, dir, gfp, attrs);
698 if (ops && ops->alloc_noncontiguous)
708 if (ops && ops->alloc_noncontiguous)
718 if (ops && ops->alloc_noncontiguous) {
/linux-master/include/linux/
H A Ddma-map-ops.h37 struct sg_table *(*alloc_noncontiguous)(struct device *dev, size_t size, member in struct:dma_map_ops
220 * This is the actual return value from the ->alloc_noncontiguous method.
/linux-master/drivers/iommu/
H A Ddma-iommu.c1728 .alloc_noncontiguous = iommu_dma_alloc_noncontiguous,

Completed in 220 milliseconds