Searched refs:dma_sync_single_for_device (Results 1 - 25 of 36) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Ddma.c69 inline void dma_sync_single_for_device(struct device *dev, dma_addr_t handle, size_t size, function
81 printk("dma_sync_single_for_device: unsupported dir %u\n", dir);
85 EXPORT_SYMBOL(dma_sync_single_for_device); variable
93 dma_sync_single_for_device(dev, sg->dma_address, sg->length, dir);
102 dma_sync_single_for_device(dev, handle, size, dir);
113 dma_sync_single_for_device(dev, handle, size, dir);
125 dma_sync_single_for_device(dev, sg->dma_address, sg->length, dir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Ddma-mapping.h31 #define dma_sync_single_for_device platform_dma_sync_single_for_device macro
48 dma_sync_single_for_device(dev, dma_handle, size, dir)
H A Dmachvec.h144 # define platform_dma_sync_single_for_device ia64_mv.dma_sync_single_for_device
197 ia64_mv_dma_sync_single_for_device *dma_sync_single_for_device; member in struct:ia64_machine_vector
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Ddma-mapping.h19 void (*dma_sync_single_for_device)(struct device *dev, dma_addr_t iova, unsigned long offset, size_t size, enum dma_data_direction direction); member in struct:hppa_dma_ops
129 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, function
132 if(hppa_dma_ops->dma_sync_single_for_device)
133 hppa_dma_ops->dma_sync_single_for_device(dev, dma_handle, 0, size, direction);
150 if(hppa_dma_ops->dma_sync_single_for_device)
151 hppa_dma_ops->dma_sync_single_for_device(dev, dma_handle, offset, size, direction);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Ddma-mapping.h260 * dma_sync_single_for_device, and then the device again owns the
271 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, function
292 dma_sync_single_for_device(dev, dma_handle, offset+size, direction);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Ddma-mapping.h72 extern void dma_sync_single_for_device(struct device *, dma_addr_t, size_t,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Ddma-mapping.h115 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, function
235 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, function
294 dma_sync_single_for_device(dev, dma_handle, offset+size, direction);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Ddma-mapping.h119 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, function
237 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, function
294 dma_sync_single_for_device(dev, dma_handle, offset+size, direction);
H A Dpci-dma-compat.h84 dma_sync_single_for_device(hwdev == NULL ? NULL : &hwdev->dev, dma_handle, size, (enum dma_data_direction)direction);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Ddma-mapping.h33 extern void dma_sync_single_for_device(struct device *dev,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Ddma-mapping.h104 void dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Ddma-mapping.h33 extern void dma_sync_single_for_device(struct device *dev,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Ddma-mapping.h332 dma_sync_single_for_device(struct device *dev, dma_addr_t handle, size_t size, function
340 extern void dma_sync_single_for_device(struct device*, dma_addr_t, size_t, enum dma_data_direction);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Ddma-mapping.h91 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Ddma-mapping.h86 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Ddma-mapping.h102 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Ddma-mapping.h59 #define dma_sync_single_for_device(dev, addr, size, dir) ((void)0) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Ddma-default.c304 void dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, function
317 EXPORT_SYMBOL(dma_sync_single_for_device); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Ddma-mapping.h301 static inline void dma_sync_single_for_device(struct device *dev, function
378 dma_sync_single_for_device(dev, dma_handle, offset + size, direction);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Ddma-mapping.h155 static inline void dma_sync_single_for_device(struct device *dev, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Ddma-mapping.h137 static inline void dma_sync_single_for_device(struct device *dev, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Ddma-mapping.h110 dma_sync_single_for_device(struct device *hwdev, dma_addr_t dma_handle, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dpci-dma.c537 .dma_sync_single_for_device = pa11_dma_sync_single_for_device,
578 .dma_sync_single_for_device = pa11_dma_sync_single_for_device,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Ddmabounce.c487 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_addr, size_t size, function
651 EXPORT_SYMBOL(dma_sync_single_for_device); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dau1550_spi.c383 dma_sync_single_for_device(hw->dev, dma_rx_addr,
395 dma_sync_single_for_device(hw->dev, dma_rx_addr,

Completed in 382 milliseconds

12