Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-tmc.h323 ssize_t tmc_sg_table_get_data(struct tmc_sg_table *sg_table,
Dcoresight-tmc-etr.c388 ssize_t tmc_sg_table_get_data(struct tmc_sg_table *sg_table, in tmc_sg_table_get_data() function
408 EXPORT_SYMBOL_GPL(tmc_sg_table_get_data);
725 return tmc_sg_table_get_data(etr_table->sg_table, offset, len, bufpp); in tmc_etr_get_data_sg_buf()
Dcoresight-catu.c301 return tmc_sg_table_get_data(catu_buf->catu_table, offset, len, bufpp); in catu_get_data_etr_buf()