Lines Matching refs:sg_table
31 struct sg_table sg_table; member
38 struct sg_table *table;
58 static struct sg_table *dup_sg_table(struct sg_table *table) in dup_sg_table()
60 struct sg_table *new_table; in dup_sg_table()
88 struct sg_table *table; in system_heap_attach()
94 table = dup_sg_table(&buffer->sg_table); in system_heap_attach()
129 static struct sg_table *system_heap_map_dma_buf(struct dma_buf_attachment *attachment, in system_heap_map_dma_buf()
133 struct sg_table *table = a->table; in system_heap_map_dma_buf()
145 struct sg_table *table, in system_heap_unmap_dma_buf()
199 struct sg_table *table = &buffer->sg_table; in system_heap_mmap()
220 struct sg_table *table = &buffer->sg_table; in system_heap_do_vmap()
288 struct sg_table *table; in system_heap_dma_buf_release()
292 table = &buffer->sg_table; in system_heap_dma_buf_release()
345 struct sg_table *table; in system_heap_allocate()
382 table = &buffer->sg_table; in system_heap_allocate()