Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c747 static const struct etr_buf_operations *etr_buf_ops[] = { variable
764 if (etr_buf_ops[mode]->alloc) in tmc_etr_mode_alloc_buf()
765 rc = etr_buf_ops[mode]->alloc(drvdata, etr_buf, in tmc_etr_mode_alloc_buf()
768 etr_buf->ops = etr_buf_ops[mode]; in tmc_etr_mode_alloc_buf()