Lines Matching refs:sg_table
29 struct sg_table sg_table; member
36 struct sg_table table;
55 static int dup_sg_table(struct sg_table *from, struct sg_table *to) in dup_sg_table()
84 ret = dup_sg_table(&buffer->sg_table, &a->table); in system_heap_attach()
117 static struct sg_table *system_heap_map_dma_buf(struct dma_buf_attachment *attachment, in system_heap_map_dma_buf()
121 struct sg_table *table = &a->table; in system_heap_map_dma_buf()
133 struct sg_table *table, in system_heap_unmap_dma_buf()
187 struct sg_table *table = &buffer->sg_table; in system_heap_mmap()
208 struct sg_table *table = &buffer->sg_table; in system_heap_do_vmap()
276 struct sg_table *table; in system_heap_dma_buf_release()
280 table = &buffer->sg_table; in system_heap_dma_buf_release()
333 struct sg_table *table; in system_heap_allocate()
370 table = &buffer->sg_table; in system_heap_allocate()