Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h317 struct tmc_sg_table *tmc_alloc_sg_table(struct device *dev,
H A Dcoresight-tmc-etr.c325 struct tmc_sg_table *tmc_alloc_sg_table(struct device *dev, in tmc_alloc_sg_table() function
352 EXPORT_SYMBOL_GPL(tmc_alloc_sg_table);
583 sg_table = tmc_alloc_sg_table(dev, node, nr_tpages, nr_dpages, pages); in tmc_init_etr_sg_table()
H A Dcoresight-catu.c273 catu_table = tmc_alloc_sg_table(catu_dev, node, nr_tpages, in catu_init_sg_table()