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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dpci-swiotlb-xen.c13 .alloc_coherent = xen_swiotlb_alloc_coherent,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Ddma-mapping.h63 if (!ops->alloc_coherent)
66 memory = ops->alloc_coherent(dev, size, dma_handle, gfp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Ddma-swiotlb.c35 .alloc_coherent = dma_direct_alloc_coherent,
H A Ddma-iommu.c93 .alloc_coherent = dma_iommu_alloc_coherent,
H A Ddma.c139 .alloc_coherent = dma_direct_alloc_coherent,
H A Dibmebus.c132 .alloc_coherent = ibmebus_alloc_coherent,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dpci-swiotlb.c30 .alloc_coherent = x86_swiotlb_alloc_coherent,
H A Dpci-nommu.c99 .alloc_coherent = dma_generic_alloc_coherent,
H A Damd_iommu.c2159 * The exported alloc_coherent function for dma_ops.
2161 static void *alloc_coherent(struct device *dev, size_t size, function
2290 .alloc_coherent = alloc_coherent,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dpci-swiotlb.c26 .alloc_coherent = ia64_swiotlb_alloc_coherent,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Ddma-mapping.h18 return get_dma_ops(dev)->alloc_coherent(dev, size, dma_handle, gfp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddma-mapping.h132 if (!ops->alloc_coherent)
135 memory = ops->alloc_coherent(dev, size, dma_handle,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Ddma-nommu.c66 .alloc_coherent = dma_generic_alloc_coherent,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Ddma-mapping.h35 cpu_addr = ops->alloc_coherent(dev, size, dma_handle, flag);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Ddma.c136 .alloc_coherent = dma_direct_alloc_coherent,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Ddma-mapping.h30 caddr = ops->alloc_coherent(dev, size, daddr, gfp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_dma.c180 .alloc_coherent = qib_dma_alloc_coherent,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Ddma-mapping.h118 memory = ops->alloc_coherent(dev, size, dma_handle, flag);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dpci-noop.c177 .alloc_coherent = alpha_noop_alloc_coherent,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ddma-mapping.h152 cpu_addr = dma_ops->alloc_coherent(dev, size, dma_handle, flag);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddma-mapping.h19 void* (*alloc_coherent)(struct device *dev, size_t size, member in struct:dma_map_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dioport.c388 .alloc_coherent = sbus_alloc_coherent,
632 .alloc_coherent = pci32_alloc_coherent,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c698 .alloc_coherent = ps3_alloc_coherent,
708 .alloc_coherent = ps3_alloc_coherent,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/pci/
H A Dpci_dma.c469 .alloc_coherent = sn_dma_alloc_coherent,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Diommu.c553 return dma_direct_ops.alloc_coherent(dev, size, dma_handle,
623 .alloc_coherent = dma_fixed_alloc_coherent,

Completed in 233 milliseconds

12