Home
last modified time | relevance | path

Searched refs:dma_sync_sg_for_cpu (Results 1 – 20 of 20) sorted by relevance

/arch/parisc/include/asm/
Ddma-mapping.h20 …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/
Ddma.c188 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/
Ddma-mapping_32.h49 extern void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
Dpci_64.h116 dma_sync_sg_for_cpu(&pdev->dev, sg, nents, in pci_dma_sync_sg_for_cpu()
Ddma-mapping_64.h124 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function
/arch/m68k/include/asm/
Ddma-mapping_mm.h90 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/
Ddma-mapping.h41 extern void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
/arch/mips/mm/
Ddma-default.c320 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/
Ddma-mapping.h113 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, in dma_sync_sg_for_cpu() function
/arch/alpha/include/asm/
Ddma-mapping.h63 #define dma_sync_sg_for_cpu(dev, sg, nents, dir) ((void)0) macro
/arch/ia64/include/asm/
Dmachvec.h158 # 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
Ddma-mapping.h98 #define dma_sync_sg_for_cpu platform_dma_sync_sg_for_cpu macro
/arch/xtensa/include/asm/
Ddma-mapping.h125 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, in dma_sync_sg_for_cpu() function
/arch/avr32/include/asm/
Ddma-mapping.h313 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_cpu() function
/arch/powerpc/include/asm/
Ddma-mapping.h324 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/
Ddma-mapping.c585 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/
Ddma-mapping.h424 extern void dma_sync_sg_for_cpu(struct device *, struct scatterlist *, int,
/arch/sh/include/asm/
Ddma-mapping.h151 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function
/arch/parisc/kernel/
Dpci-dma.c549 .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/
Ddma-mapping.h185 dma_sync_sg_for_cpu(struct device *hwdev, struct scatterlist *sg, in dma_sync_sg_for_cpu() function