Lines Matching defs:table
45 struct sg_table table;
61 ret = sg_alloc_table_from_pages(&a->table, buffer->pages,
93 sg_free_table(&a->table);
101 struct sg_table *table = &a->table;
104 ret = dma_map_sgtable(attachment->dev, table, direction, 0);
108 return table;
112 struct sg_table *table,
118 dma_unmap_sgtable(attachment->dev, table, direction, 0);
135 dma_sync_sgtable_for_cpu(a->dev, &a->table, direction);
156 dma_sync_sgtable_for_device(a->dev, &a->table, direction);