Lines Matching refs:sg_table
31 struct sg_table sg_table; member
38 struct sg_table *table;
57 static struct sg_table *dup_sg_table(struct sg_table *table) in dup_sg_table()
59 struct sg_table *new_table; in dup_sg_table()
87 struct sg_table *table; in system_heap_attach()
93 table = dup_sg_table(&buffer->sg_table); in system_heap_attach()
128 static struct sg_table *system_heap_map_dma_buf(struct dma_buf_attachment *attachment, in system_heap_map_dma_buf()
132 struct sg_table *table = a->table; in system_heap_map_dma_buf()
144 struct sg_table *table, in system_heap_unmap_dma_buf()
198 struct sg_table *table = &buffer->sg_table; in system_heap_mmap()
219 struct sg_table *table = &buffer->sg_table; in system_heap_do_vmap()
287 struct sg_table *table; in system_heap_dma_buf_release()
291 table = &buffer->sg_table; in system_heap_dma_buf_release()
344 struct sg_table *table; in system_heap_allocate()
381 table = &buffer->sg_table; in system_heap_allocate()