Searched defs:dma_heap_attachment (Results 1 – 2 of 2) sorted by relevance
42 struct dma_heap_attachment { struct43 struct device *dev;44 struct sg_table *table;45 struct list_head list;46 bool mapped;48 bool uncached;
43 struct dma_heap_attachment { struct54 struct dma_heap_attachment *a; in cma_heap_attach() argument