Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h307 struct tmc_sg_table { struct
375 struct tmc_sg_table *tmc_alloc_sg_table(struct device *dev,
380 void tmc_free_sg_table(struct tmc_sg_table *sg_table);
381 void tmc_sg_table_sync_table(struct tmc_sg_table *sg_table);
382 void tmc_sg_table_sync_data_range(struct tmc_sg_table *table,
384 ssize_t tmc_sg_table_get_data(struct tmc_sg_table *sg_table,
388 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 inline cate_t *catu_get_table(struct tmc_sg_table *catu_table, in catu_get_table()
143 static void catu_dump_table(struct tmc_sg_table *catu_table) in catu_dump_table()
168 static inline void catu_dump_table(struct tmc_sg_table *catu_table) in catu_dump_table()
187 catu_populate_table(struct tmc_sg_table *catu_table) in catu_populate_table()
261 static struct tmc_sg_table *
266 struct tmc_sg_table *catu_table; in catu_init_sg_table()
309 struct tmc_sg_table *catu_table = catu_buf->catu_table; in catu_sync_etr_buf()
335 struct tmc_sg_table *catu_table; in catu_alloc_etr_buf()
H A Dcoresight-tmc-etr.c114 struct tmc_sg_table *sg_table;
262 void tmc_free_sg_table(struct tmc_sg_table *sg_table) in tmc_free_sg_table()
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()
377 void tmc_sg_table_sync_table(struct tmc_sg_table *sg_table) in tmc_sg_table_sync_table()
397 ssize_t tmc_sg_table_get_data(struct tmc_sg_table *sg_table, in tmc_sg_table_get_data()
422 tmc_sg_daddr_to_vaddr(struct tmc_sg_table *sg_table, in tmc_sg_daddr_to_vaddr()
449 struct tmc_sg_table *sg_table = etr_table->sg_table; in tmc_etr_sg_table_dump()
504 struct tmc_sg_table *sg_table = etr_table->sg_table; in tmc_etr_sg_table_populate()
575 struct tmc_sg_table *sg_table; in tmc_init_etr_sg_table()
[all …]