Lines Matching refs:sg_table
35 struct sg_table sg_table; member
45 struct sg_table *table;
67 static struct sg_table *dup_sg_table(struct sg_table *table) in dup_sg_table()
69 struct sg_table *new_table; in dup_sg_table()
97 struct sg_table *table; in system_heap_attach()
103 table = dup_sg_table(&buffer->sg_table); in system_heap_attach()
138 static struct sg_table *system_heap_map_dma_buf(struct dma_buf_attachment *attachment, in system_heap_map_dma_buf()
142 struct sg_table *table = a->table; in system_heap_map_dma_buf()
158 struct sg_table *table, in system_heap_unmap_dma_buf()
219 struct sg_table *table = &buffer->sg_table; in system_heap_mmap()
243 struct sg_table *table = &buffer->sg_table; in system_heap_do_vmap()
309 struct sg_table *sgt = &buffer->sg_table; in system_heap_zero_buffer()
329 struct sg_table *table; in system_heap_buf_free()
339 table = &buffer->sg_table; in system_heap_buf_free()
408 struct sg_table *table; in system_heap_do_allocate()
444 table = &buffer->sg_table; in system_heap_do_allocate()