Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/ !
H A Dcoresight-tmc-etr.c871 [ETR_MODE_CATU] = NULL,
877 etr_buf_ops[ETR_MODE_CATU] = catu; in tmc_etr_set_catu_ops()
883 etr_buf_ops[ETR_MODE_CATU] = NULL; in tmc_etr_remove_catu_ops()
895 case ETR_MODE_CATU: in tmc_etr_mode_alloc_buf()
973 rc = tmc_etr_mode_alloc_buf(ETR_MODE_CATU, drvdata, in tmc_alloc_etr_buf()
1998 [ETR_MODE_CATU] = "catu",
2016 size += sysfs_emit_at(buf, size, "%s ", buf_modes_str[ETR_MODE_CATU]); in buf_modes_available_show()
2066 else if (sysfs_streq(buf, buf_modes_str[ETR_MODE_CATU]) && buf_hw.has_catu) in buf_mode_preferred_store()
2067 drvdata->etr_mode = ETR_MODE_CATU; in buf_mode_preferred_store()
H A Dcoresight-catu.c289 if (!etr_buf || etr_buf->mode != ETR_MODE_CATU || !etr_buf->private) in catu_free_etr_buf()
351 etr_buf->mode = ETR_MODE_CATU; in catu_alloc_etr_buf()
434 if (etr_buf && etr_buf->mode == ETR_MODE_CATU) { in catu_enable_hw()
H A Dcoresight-tmc.h163 ETR_MODE_CATU, /* Use SG mechanism in CATU */ enumerator