Searched refs:alloc_coherent (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dpci-swiotlb.c17 .alloc_coherent = swiotlb_alloc_coherent,
H A Dpci-dma.c90 uses the normal dma_mask for alloc_coherent. */
126 if (dma_ops->alloc_coherent)
127 return dma_ops->alloc_coherent(dev, size,
139 if (dma_ops->alloc_coherent) {
142 return dma_ops->alloc_coherent(dev, size, dma_handle, gfp);
H A Dpci-calgary.c511 .alloc_coherent = calgary_alloc_coherent,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Ddma_64.c102 .alloc_coherent = dma_iommu_alloc_coherent,
186 .alloc_coherent = dma_direct_alloc_coherent,
H A Dibmebus.c117 .alloc_coherent = ibmebus_alloc_coherent,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Ddma-mapping.h51 void * (*alloc_coherent)(struct device *dev, size_t size, member in struct:dma_mapping_ops
111 return dma_ops->alloc_coherent(dev, size, dma_handle, flag);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Ddma-mapping.h16 void* (*alloc_coherent)(struct device *dev, size_t size, member in struct:dma_mapping_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c316 .alloc_coherent = ps3_alloc_coherent,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_verbs.h869 void *(*alloc_coherent)(struct ib_device *dev, member in struct:ib_dma_mapping_ops
1657 return dev->dma_ops->alloc_coherent(dev, size, dma_handle, flag);

Completed in 111 milliseconds