Searched defs:system_heap_buffer (Results 1 – 1 of 1) sorted by relevance
30 struct system_heap_buffer { struct31 struct dma_heap *heap;32 struct list_head attachments;33 struct mutex lock;34 unsigned long len;35 struct sg_table sg_table;36 int vmap_cnt;37 void *vaddr;39 bool uncached;