Home
last modified time | relevance | path

Searched refs:tmc_sg_table (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h309 struct tmc_sg_table { struct
377 struct tmc_sg_table *tmc_alloc_sg_table(struct device *dev,
382 void tmc_free_sg_table(struct tmc_sg_table *sg_table);
383 void tmc_sg_table_sync_table(struct tmc_sg_table *sg_table);
384 void tmc_sg_table_sync_data_range(struct tmc_sg_table *table,
386 ssize_t tmc_sg_table_get_data(struct tmc_sg_table *sg_table,
390 tmc_sg_table_buf_size(struct tmc_sg_table *sg_table) in tmc_sg_table_buf_size()
H A Dcoresight-catu.c36 struct tmc_sg_table *catu_table;
116 static cate_t *catu_get_table(struct tmc_sg_table *catu_table, unsigned long offset, in catu_get_table()
142 static void catu_dump_table(struct tmc_sg_table *catu_table) in catu_dump_table()
167 static void catu_dump_table(struct tmc_sg_table *catu_table) in catu_dump_table()
186 catu_populate_table(struct tmc_sg_table *catu_table) in catu_populate_table()
260 static struct tmc_sg_table *
265 struct tmc_sg_table *catu_table; in catu_init_sg_table()
308 struct tmc_sg_table *catu_table = catu_buf->catu_table; in catu_sync_etr_buf()
334 struct tmc_sg_table *catu_table; in catu_alloc_etr_buf()
H A Dcoresight-tmc-etr.c114 struct tmc_sg_table *sg_table;
243 tmc_sg_get_data_page_offset(struct tmc_sg_table *sg_table, dma_addr_t addr) in tmc_sg_get_data_page_offset()
248 static void tmc_free_table_pages(struct tmc_sg_table *sg_table) in tmc_free_table_pages()
255 static void tmc_free_data_pages(struct tmc_sg_table *sg_table) in tmc_free_data_pages()
262 void tmc_free_sg_table(struct tmc_sg_table *sg_table) in tmc_free_sg_table()
275 static int tmc_alloc_table_pages(struct tmc_sg_table *sg_table) in tmc_alloc_table_pages()
296 static int tmc_alloc_data_pages(struct tmc_sg_table *sg_table, void **pages) in tmc_alloc_data_pages()
326 struct tmc_sg_table *tmc_alloc_sg_table(struct device *dev, in tmc_alloc_sg_table()
333 struct tmc_sg_table *sg_table; in tmc_alloc_sg_table()
359 void tmc_sg_table_sync_data_range(struct tmc_sg_table *table, in tmc_sg_table_sync_data_range()
[all …]