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