Searched refs:alloc_noncoherent (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/parisc/include/asm/ |
D | dma-mapping.h | 12 void *(*alloc_noncoherent)(struct device *dev, size_t size, dma_addr_t *iova, gfp_t flag); member 60 return hppa_dma_ops->alloc_noncoherent(dev, size, dma_handle, flag); in dma_alloc_noncoherent()
|
/linux-2.6.39/arch/parisc/kernel/ |
D | pci-dma.c | 545 .alloc_noncoherent = pa11_dma_alloc_consistent, 585 .alloc_noncoherent = pa11_dma_alloc_noncoherent,
|
/linux-2.6.39/drivers/parisc/ |
D | ccio-dma.c | 1008 .alloc_noncoherent = ccio_alloc_consistent,
|
D | sba_iommu.c | 1063 .alloc_noncoherent = sba_alloc_consistent,
|