/arch/parisc/include/asm/ |
D | dma-mapping.h | 20 …void (*dma_sync_sg_for_cpu)(struct device *dev, struct scatterlist *sg, int nelems, enum dma_data_… member 155 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, in dma_sync_sg_for_cpu() function 158 if(hppa_dma_ops->dma_sync_sg_for_cpu) in dma_sync_sg_for_cpu() 159 hppa_dma_ops->dma_sync_sg_for_cpu(dev, sg, nelems, direction); in dma_sync_sg_for_cpu()
|
/arch/sparc/kernel/ |
D | dma.c | 188 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_cpu() function 200 EXPORT_SYMBOL(dma_sync_sg_for_cpu);
|
/arch/sparc/include/asm/ |
D | dma-mapping_32.h | 49 extern void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
|
D | pci_64.h | 116 dma_sync_sg_for_cpu(&pdev->dev, sg, nents, in pci_dma_sync_sg_for_cpu()
|
D | dma-mapping_64.h | 124 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function
|
/arch/m68k/include/asm/ |
D | dma-mapping_mm.h | 90 static inline void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_cpu() function
|
/arch/mips/include/asm/ |
D | dma-mapping.h | 41 extern void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
|
/arch/mips/mm/ |
D | dma-default.c | 320 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, in dma_sync_sg_for_cpu() function 335 EXPORT_SYMBOL(dma_sync_sg_for_cpu);
|
/arch/cris/include/asm/ |
D | dma-mapping.h | 113 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, in dma_sync_sg_for_cpu() function
|
/arch/alpha/include/asm/ |
D | dma-mapping.h | 63 #define dma_sync_sg_for_cpu(dev, sg, nents, dir) ((void)0) macro
|
/arch/ia64/include/asm/ |
D | machvec.h | 158 # define platform_dma_sync_sg_for_cpu ia64_mv.dma_sync_sg_for_cpu 213 ia64_mv_dma_sync_sg_for_cpu *dma_sync_sg_for_cpu; member
|
D | dma-mapping.h | 98 #define dma_sync_sg_for_cpu platform_dma_sync_sg_for_cpu macro
|
/arch/xtensa/include/asm/ |
D | dma-mapping.h | 125 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, in dma_sync_sg_for_cpu() function
|
/arch/avr32/include/asm/ |
D | dma-mapping.h | 313 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_cpu() function
|
/arch/powerpc/include/asm/ |
D | dma-mapping.h | 324 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function 378 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function
|
/arch/arm/mm/ |
D | dma-mapping.c | 585 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_cpu() function 596 EXPORT_SYMBOL(dma_sync_sg_for_cpu);
|
/arch/arm/include/asm/ |
D | dma-mapping.h | 424 extern void dma_sync_sg_for_cpu(struct device *, struct scatterlist *, int,
|
/arch/sh/include/asm/ |
D | dma-mapping.h | 151 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function
|
/arch/parisc/kernel/ |
D | pci-dma.c | 549 .dma_sync_sg_for_cpu = pa11_dma_sync_sg_for_cpu, 589 .dma_sync_sg_for_cpu = pa11_dma_sync_sg_for_cpu,
|
/arch/x86/include/asm/ |
D | dma-mapping.h | 185 dma_sync_sg_for_cpu(struct device *hwdev, struct scatterlist *sg, in dma_sync_sg_for_cpu() function
|