Home
last modified time | relevance | path

Searched defs:dma_map_ops (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/linux/
Ddma-mapping.h11 struct dma_map_ops { struct
12 void* (*alloc_coherent)(struct device *dev, size_t size,
14 void (*free_coherent)(struct device *dev, size_t size,
16 dma_addr_t (*map_page)(struct device *dev, struct page *page,
20 void (*unmap_page)(struct device *dev, dma_addr_t dma_handle,
23 int (*map_sg)(struct device *dev, struct scatterlist *sg,
26 void (*unmap_sg)(struct device *dev,
30 void (*sync_single_for_cpu)(struct device *dev,
33 void (*sync_single_for_device)(struct device *dev,
36 void (*sync_sg_for_cpu)(struct device *dev,
[all …]
/linux-3.3/arch/mips/cavium-octeon/
Ddma-octeon.c216 struct dma_map_ops dma_map_ops; member