Symbol: tmc_sg_table
drivers/hwtracing/coresight/coresight-catu.c
116
static cate_t *catu_get_table(struct tmc_sg_table *catu_table, unsigned long offset,
drivers/hwtracing/coresight/coresight-catu.c
142
static void catu_dump_table(struct tmc_sg_table *catu_table)
drivers/hwtracing/coresight/coresight-catu.c
167
static void catu_dump_table(struct tmc_sg_table *catu_table)
drivers/hwtracing/coresight/coresight-catu.c
186
catu_populate_table(struct tmc_sg_table *catu_table)
drivers/hwtracing/coresight/coresight-catu.c
260
static struct tmc_sg_table *
drivers/hwtracing/coresight/coresight-catu.c
265
struct tmc_sg_table *catu_table;
drivers/hwtracing/coresight/coresight-catu.c
308
struct tmc_sg_table *catu_table = catu_buf->catu_table;
drivers/hwtracing/coresight/coresight-catu.c
334
struct tmc_sg_table *catu_table;
drivers/hwtracing/coresight/coresight-catu.c
36
struct tmc_sg_table *catu_table;
drivers/hwtracing/coresight/coresight-tmc-etr.c
114
struct tmc_sg_table *sg_table;
drivers/hwtracing/coresight/coresight-tmc-etr.c
241
tmc_sg_get_data_page_offset(struct tmc_sg_table *sg_table, dma_addr_t addr)
drivers/hwtracing/coresight/coresight-tmc-etr.c
246
static void tmc_free_table_pages(struct tmc_sg_table *sg_table)
drivers/hwtracing/coresight/coresight-tmc-etr.c
253
static void tmc_free_data_pages(struct tmc_sg_table *sg_table)
drivers/hwtracing/coresight/coresight-tmc-etr.c
260
void tmc_free_sg_table(struct tmc_sg_table *sg_table)
drivers/hwtracing/coresight/coresight-tmc-etr.c
273
static int tmc_alloc_table_pages(struct tmc_sg_table *sg_table)
drivers/hwtracing/coresight/coresight-tmc-etr.c
294
static int tmc_alloc_data_pages(struct tmc_sg_table *sg_table, void **pages)
drivers/hwtracing/coresight/coresight-tmc-etr.c
324
struct tmc_sg_table *tmc_alloc_sg_table(struct device *dev,
drivers/hwtracing/coresight/coresight-tmc-etr.c
331
struct tmc_sg_table *sg_table;
drivers/hwtracing/coresight/coresight-tmc-etr.c
357
void tmc_sg_table_sync_data_range(struct tmc_sg_table *table,
drivers/hwtracing/coresight/coresight-tmc-etr.c
375
void tmc_sg_table_sync_table(struct tmc_sg_table *sg_table)
drivers/hwtracing/coresight/coresight-tmc-etr.c
395
ssize_t tmc_sg_table_get_data(struct tmc_sg_table *sg_table,
drivers/hwtracing/coresight/coresight-tmc-etr.c
420
tmc_sg_daddr_to_vaddr(struct tmc_sg_table *sg_table,
drivers/hwtracing/coresight/coresight-tmc-etr.c
447
struct tmc_sg_table *sg_table = etr_table->sg_table;
drivers/hwtracing/coresight/coresight-tmc-etr.c
502
struct tmc_sg_table *sg_table = etr_table->sg_table;
drivers/hwtracing/coresight/coresight-tmc-etr.c
573
struct tmc_sg_table *sg_table;
drivers/hwtracing/coresight/coresight-tmc-etr.c
809
struct tmc_sg_table *table = etr_table->sg_table;
drivers/hwtracing/coresight/coresight-tmc.h
379
struct tmc_sg_table *tmc_alloc_sg_table(struct device *dev,
drivers/hwtracing/coresight/coresight-tmc.h
384
void tmc_free_sg_table(struct tmc_sg_table *sg_table);
drivers/hwtracing/coresight/coresight-tmc.h
385
void tmc_sg_table_sync_table(struct tmc_sg_table *sg_table);
drivers/hwtracing/coresight/coresight-tmc.h
386
void tmc_sg_table_sync_data_range(struct tmc_sg_table *table,
drivers/hwtracing/coresight/coresight-tmc.h
388
ssize_t tmc_sg_table_get_data(struct tmc_sg_table *sg_table,
drivers/hwtracing/coresight/coresight-tmc.h
392
tmc_sg_table_buf_size(struct tmc_sg_table *sg_table)