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.c803 [ETR_MODE_CATU] = NULL,
808 etr_buf_ops[ETR_MODE_CATU] = catu; in tmc_etr_set_catu_ops()
814 etr_buf_ops[ETR_MODE_CATU] = NULL; in tmc_etr_remove_catu_ops()
828 case ETR_MODE_CATU: in tmc_etr_mode_alloc_buf()
904 rc = tmc_etr_mode_alloc_buf(ETR_MODE_CATU, drvdata, in tmc_alloc_etr_buf()
1833 [ETR_MODE_CATU] = "catu",
1850 size += sysfs_emit_at(buf, size, "%s ", buf_modes_str[ETR_MODE_CATU]); in buf_modes_available_show()
1877 else if (sysfs_streq(buf, buf_modes_str[ETR_MODE_CATU]) && buf_hw.has_catu) in buf_mode_preferred_store()
1878 drvdata->etr_mode = ETR_MODE_CATU; in buf_mode_preferred_store()
H A Dcoresight-catu.c290 if (!etr_buf || etr_buf->mode != ETR_MODE_CATU || !etr_buf->private) in catu_free_etr_buf()
352 etr_buf->mode = ETR_MODE_CATU; in catu_alloc_etr_buf()
435 if (etr_buf && etr_buf->mode == ETR_MODE_CATU) { in catu_enable_hw()
H A Dcoresight-tmc.h137 ETR_MODE_CATU, /* Use SG mechanism in CATU */ enumerator