Searched refs:alloc_consistent (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/parisc/include/asm/ |
D | dma-mapping.h | 11 void *(*alloc_consistent)(struct device *dev, size_t size, dma_addr_t *iova, gfp_t flag); member 53 return hppa_dma_ops->alloc_consistent(dev, size, dma_handle, flag); in dma_alloc_coherent()
|
/linux-2.6.39/arch/parisc/kernel/ |
D | pci-dma.c | 544 .alloc_consistent = pa11_dma_alloc_consistent, 584 .alloc_consistent = fail_alloc_consistent,
|
/linux-2.6.39/drivers/parisc/ |
D | ccio-dma.c | 1007 .alloc_consistent = ccio_alloc_consistent,
|
D | sba_iommu.c | 1062 .alloc_consistent = sba_alloc_consistent,
|