Searched refs:alloc_consistent (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/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 56 return hppa_dma_ops->alloc_consistent(dev, size, dma_handle, flag); in dma_alloc_coherent()
|
/linux-4.4.14/drivers/vme/ |
D | vme_bridge.h | 170 void *(*alloc_consistent)(struct device *dev, size_t size, member
|
D | vme.c | 105 if (bridge->alloc_consistent == NULL) { in vme_alloc_consistent() 111 return bridge->alloc_consistent(bridge->parent, size, dma); in vme_alloc_consistent()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | pci-dma.c | 550 .alloc_consistent = pa11_dma_alloc_consistent, 590 .alloc_consistent = fail_alloc_consistent,
|
/linux-4.4.14/drivers/parisc/ |
D | ccio-dma.c | 1006 .alloc_consistent = ccio_alloc_consistent,
|
D | sba_iommu.c | 1063 .alloc_consistent = sba_alloc_consistent,
|
/linux-4.4.14/drivers/vme/bridges/ |
D | vme_ca91cx42.c | 1800 ca91cx42_bridge->alloc_consistent = ca91cx42_alloc_consistent; in ca91cx42_probe()
|
D | vme_tsi148.c | 2502 tsi148_bridge->alloc_consistent = tsi148_alloc_consistent; in tsi148_probe()
|