Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h168 struct etr_buf_operations;
190 const struct etr_buf_operations *ops;
280 struct etr_buf_operations { struct
444 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu);
H A Dcoresight-tmc-etr.c690 static const struct etr_buf_operations etr_flat_buf_ops = {
759 static const struct etr_buf_operations etr_resrv_buf_ops = {
837 static const struct etr_buf_operations etr_sg_buf_ops = {
868 static const struct etr_buf_operations *etr_buf_ops[] = {
875 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu) in tmc_etr_set_catu_ops()
H A Dcoresight-catu.c362 static const struct etr_buf_operations etr_catu_buf_ops = {