Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-tmc.h314 struct tmc_sg_table *tmc_alloc_sg_table(struct device *dev,
Dcoresight-tmc-etr.c316 struct tmc_sg_table *tmc_alloc_sg_table(struct device *dev, in tmc_alloc_sg_table() function
344 EXPORT_SYMBOL_GPL(tmc_alloc_sg_table);
575 sg_table = tmc_alloc_sg_table(dev, node, nr_tpages, nr_dpages, pages); in tmc_init_etr_sg_table()
Dcoresight-catu.c271 catu_table = tmc_alloc_sg_table(catu_dev, node, nr_tpages, in catu_init_sg_table()