/arch/mn10300/mm/ |
D | dma-alloc.c | 23 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function 64 EXPORT_SYMBOL(dma_alloc_coherent);
|
/arch/xtensa/kernel/ |
D | pci-dma.c | 34 dma_alloc_coherent(struct device *dev,size_t size,dma_addr_t *handle,gfp_t flag) in dma_alloc_coherent() function 65 EXPORT_SYMBOL(dma_alloc_coherent);
|
/arch/arc/mm/ |
D | dma.c | 54 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function 74 EXPORT_SYMBOL(dma_alloc_coherent);
|
/arch/frv/mb93090-mb00/ |
D | pci-dma.c | 21 void *dma_alloc_coherent(struct device *hwdev, size_t size, dma_addr_t *dma_handle, gfp_t gfp) in dma_alloc_coherent() function 32 EXPORT_SYMBOL(dma_alloc_coherent);
|
D | pci-dma-nommu.c | 37 void *dma_alloc_coherent(struct device *hwdev, size_t size, dma_addr_t *dma_handle, gfp_t gfp) in dma_alloc_coherent() function 87 EXPORT_SYMBOL(dma_alloc_coherent);
|
/arch/m68k/include/asm/ |
D | dma-mapping.h | 18 extern void *dma_alloc_coherent(struct device *, size_t, 28 return dma_alloc_coherent(dev, size, dma_handle, flag); in dma_alloc_attrs() 42 return dma_alloc_coherent(dev, size, handle, flag); in dma_alloc_noncoherent()
|
/arch/alpha/include/asm/ |
D | dma-mapping.h | 15 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro 48 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
|
/arch/cris/include/asm/ |
D | dma-mapping.h | 13 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 19 void *dma_alloc_coherent(struct device *dev, size_t size, 26 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_coherent() function
|
/arch/m68k/kernel/ |
D | dma.c | 21 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function 75 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function 101 EXPORT_SYMBOL(dma_alloc_coherent);
|
/arch/c6x/mm/ |
D | dma-coherent.c | 76 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function 97 EXPORT_SYMBOL(dma_alloc_coherent);
|
/arch/sparc/include/asm/ |
D | dma-mapping.h | 12 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 44 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro
|
/arch/mips/include/asm/mach-goldfish/ |
D | hardware.h | 30 dma_alloc_coherent(dev, size, handle, gfp)
|
/arch/s390/include/asm/ |
D | dma-mapping.h | 28 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 59 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) macro
|
/arch/hexagon/include/asm/ |
D | dma-mapping.h | 37 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 73 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro
|
/arch/ia64/include/asm/ |
D | dma-mapping.h | 26 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro 51 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
|
/arch/unicore32/include/asm/ |
D | dma-mapping.h | 85 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro 107 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
|
/arch/c6x/include/asm/ |
D | dma-mapping.h | 86 extern void *dma_alloc_coherent(struct device *, size_t, dma_addr_t *, gfp_t); 89 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f))
|
/arch/sh/include/asm/ |
D | dma-mapping.h | 42 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 56 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro
|
/arch/avr32/mm/ |
D | dma-coherent.c | 96 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function 108 EXPORT_SYMBOL(dma_alloc_coherent);
|
/arch/blackfin/kernel/ |
D | dma-mapping.c | 81 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function 95 EXPORT_SYMBOL(dma_alloc_coherent);
|
/arch/frv/include/asm/ |
D | dma-mapping.h | 15 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 21 void *dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t gfp);
|
/arch/microblaze/include/asm/ |
D | dma-mapping.h | 102 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 105 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) macro
|
/arch/cris/arch-v32/drivers/pci/ |
D | dma.c | 19 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function
|
/arch/mn10300/include/asm/ |
D | dma-mapping.h | 25 extern void *dma_alloc_coherent(struct device *dev, size_t size, 31 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f))
|
/arch/xtensa/include/asm/ |
D | dma-mapping.h | 29 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) 32 void *dma_alloc_coherent(struct device *dev, size_t size,
|