Searched defs:dma_sync_single_for_device (Results 1 - 11 of 11) sorted by relevance

/arch/c6x/kernel/
H A Ddma.c104 void dma_sync_single_for_device(struct device *dev, dma_addr_t handle, function
111 EXPORT_SYMBOL(dma_sync_single_for_device); variable
136 dma_sync_single_for_device(dev, sg_dma_address(sg),
/arch/m68k/kernel/
H A Ddma.c104 void dma_sync_single_for_device(struct device *dev, dma_addr_t handle, function
117 printk("dma_sync_single_for_device: unsupported dir %u\n", dir);
121 EXPORT_SYMBOL(dma_sync_single_for_device); variable
129 dma_sync_single_for_device(dev, sg->dma_address, sg->length, dir);
138 dma_sync_single_for_device(dev, handle, size, dir);
149 dma_sync_single_for_device(dev, handle, size, dir);
161 dma_sync_single_for_device(dev, sg->dma_address, sg->length, dir);
/arch/arc/include/asm/
H A Ddma-mapping.h155 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, function
/arch/avr32/include/asm/
H A Ddma-mapping.h260 * dma_sync_single_for_device, and then the device again owns the
275 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, function
296 dma_sync_single_for_device(dev, dma_handle, offset+size, direction);
/arch/blackfin/include/asm/
H A Ddma-mapping.h133 dma_sync_single_for_device(struct device *dev, dma_addr_t handle, size_t size, function
/arch/cris/include/asm/
H A Ddma-mapping.h93 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, function
/arch/frv/include/asm/
H A Ddma-mapping.h63 void dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, function
/arch/metag/include/asm/
H A Ddma-mapping.h112 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, function
/arch/mn10300/include/asm/
H A Ddma-mapping.h100 void dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, function
/arch/parisc/include/asm/
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
132 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, function
135 if(hppa_dma_ops->dma_sync_single_for_device)
136 hppa_dma_ops->dma_sync_single_for_device(dev, dma_handle, 0, size, direction);
153 if(hppa_dma_ops->dma_sync_single_for_device)
154 hppa_dma_ops->dma_sync_single_for_device(dev, dma_handle, offset, size, direction);
/arch/xtensa/include/asm/
H A Ddma-mapping.h103 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, function

Completed in 277 milliseconds