Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/dma/
H A Dmapping.c523 if (!ops || !ops->alloc_noncoherent) { in dma_alloc_noncoherent()
533 vaddr = ops->alloc_noncoherent(dev, size, dma_handle, dir, gfp); in dma_alloc_noncoherent()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-map-ops.h26 void *(*alloc_noncoherent)(struct device *dev, size_t size, member
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Ddma-iommu.c1232 .alloc_noncoherent = iommu_dma_alloc_noncoherent,