Searched defs:system_heap_buffer (Results 1 – 1 of 1) sorted by relevance
24 struct system_heap_buffer { struct25 struct dma_heap *heap;26 struct list_head attachments;27 struct mutex lock;28 unsigned long len;29 struct sg_table sg_table;30 int vmap_cnt;31 void *vaddr;