Searched defs:dma_map_ops (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | dma-mapping.h | 58 struct dma_map_ops { struct 59 void* (*alloc_coherent)(struct device *dev, size_t size, 61 void (*free_coherent)(struct device *dev, size_t size, 63 dma_addr_t (*map_page)(struct device *dev, struct page *page, 66 void (*unmap_page)(struct device *dev, dma_addr_t dma_handle, 68 int (*map_sg)(struct device *dev, struct scatterlist *sg, 70 void (*unmap_sg)(struct device *dev, struct scatterlist *sg, int nents, 72 void (*sync_single_for_cpu)(struct device *dev, dma_addr_t dma_handle, 74 void (*sync_single_for_device)(struct device *dev, 76 void (*sync_single_range_for_cpu)(struct device *dev, [all …]
|