etr_buf_ops 788 drivers/hwtracing/coresight/coresight-tmc-etr.c static const struct etr_buf_operations *etr_buf_ops[] = { etr_buf_ops 806 drivers/hwtracing/coresight/coresight-tmc-etr.c if (etr_buf_ops[mode] && etr_buf_ops[mode]->alloc) etr_buf_ops 807 drivers/hwtracing/coresight/coresight-tmc-etr.c rc = etr_buf_ops[mode]->alloc(drvdata, etr_buf, etr_buf_ops 810 drivers/hwtracing/coresight/coresight-tmc-etr.c etr_buf->ops = etr_buf_ops[mode];