Searched refs:dma_sync_sg_for_cpu (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Ddma-mapping-broken.h56 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems,
61 #define dma_sync_sg_for_device dma_sync_sg_for_cpu
H A Dpci-dma-compat.h88 dma_sync_sg_for_cpu(hwdev == NULL ? NULL : &hwdev->dev, sg, nelems, (enum dma_data_direction)direction);
H A Ddma-mapping-common.h139 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Ddma-mapping.h20 void (*dma_sync_sg_for_cpu)(struct device *dev, struct scatterlist *sg, int nelems, enum dma_data_direction direction); member in struct:hppa_dma_ops
155 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, function
158 if(hppa_dma_ops->dma_sync_sg_for_cpu)
159 hppa_dma_ops->dma_sync_sg_for_cpu(dev, sg, nelems, direction);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Ddma-mapping.h46 extern void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Ddma-mapping.h89 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Ddma-mapping.h80 static inline void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Ddma-mapping.h47 extern void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Ddma-mapping.h85 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dpci-dma.c199 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, function
205 EXPORT_SYMBOL(dma_sync_sg_for_cpu); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Ddma-mapping.h123 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Ddma-mapping.h125 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Ddma-mapping.h113 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Ddma-mapping.h300 * dma_sync_sg_for_cpu
313 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Ddma-mapping.h140 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nents, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Ddma-default.c328 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, int nelems, function
343 EXPORT_SYMBOL(dma_sync_sg_for_cpu); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Ddma-mapping.h457 extern void dma_sync_sg_for_cpu(struct device *, struct scatterlist *, int,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dpci-dma.c532 .dma_sync_sg_for_cpu = pa11_dma_sync_sg_for_cpu,
572 .dma_sync_sg_for_cpu = pa11_dma_sync_sg_for_cpu,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Ddma-mapping.c597 * dma_sync_sg_for_cpu
603 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, function
618 EXPORT_SYMBOL(dma_sync_sg_for_cpu); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dvideobuf-dma-sg.c529 dma_sync_sg_for_cpu(q->dev, mem->dma.sglist,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dccio-dma.c918 .dma_sync_sg_for_cpu = NULL, /* ditto */
H A Dsba_iommu.c1034 .dma_sync_sg_for_cpu = NULL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dsdhci.c566 dma_sync_sg_for_cpu(mmc_dev(host->mmc), data->sg,

Completed in 216 milliseconds