Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h326 ssize_t tmc_sg_table_get_data(struct tmc_sg_table *sg_table,
H A Dcoresight-tmc-etr.c396 ssize_t tmc_sg_table_get_data(struct tmc_sg_table *sg_table, in tmc_sg_table_get_data() function
416 EXPORT_SYMBOL_GPL(tmc_sg_table_get_data);
734 return tmc_sg_table_get_data(etr_table->sg_table, offset, len, bufpp); in tmc_etr_get_data_sg_buf()
H A Dcoresight-catu.c303 return tmc_sg_table_get_data(catu_buf->catu_table, offset, len, bufpp); in catu_get_data_etr_buf()