Searched defs:dma_map_ops (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | dma-mapping.h | 68 struct dma_map_ops { struct 69 void* (*alloc_coherent)(struct device *dev, size_t size, 71 void (*free_coherent)(struct device *dev, size_t size, 73 dma_addr_t (*map_page)(struct device *dev, struct page *page, 76 void (*unmap_page)(struct device *dev, dma_addr_t dma_handle, 78 int (*map_sg)(struct device *dev, struct scatterlist *sg, 80 void (*unmap_sg)(struct device *dev, struct scatterlist *sg, int nents, 82 void (*sync_single_for_cpu)(struct device *dev, dma_addr_t dma_handle, 84 void (*sync_single_for_device)(struct device *dev, 86 void (*sync_single_range_for_cpu)(struct device *dev, [all …]
|