Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c870 static const struct etr_buf_operations *etr_buf_ops[] = { variable
879 etr_buf_ops[ETR_MODE_CATU] = catu; in tmc_etr_set_catu_ops()
885 etr_buf_ops[ETR_MODE_CATU] = NULL; in tmc_etr_remove_catu_ops()
899 if (etr_buf_ops[mode] && etr_buf_ops[mode]->alloc) in tmc_etr_mode_alloc_buf()
900 rc = etr_buf_ops[mode]->alloc(drvdata, etr_buf, in tmc_etr_mode_alloc_buf()
903 etr_buf->ops = etr_buf_ops[mode]; in tmc_etr_mode_alloc_buf()