Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c797 struct coresight_device *catu = tmc_etr_get_catu_device(drvdata); in tmc_etr_enable_catu() local
799 if (catu && helper_ops(catu)->enable) in tmc_etr_enable_catu()
800 return helper_ops(catu)->enable(catu, etr_buf); in tmc_etr_enable_catu()
806 struct coresight_device *catu = tmc_etr_get_catu_device(drvdata); in tmc_etr_disable_catu() local
808 if (catu && helper_ops(catu)->disable) in tmc_etr_disable_catu()
809 helper_ops(catu)->disable(catu, drvdata->etr_buf); in tmc_etr_disable_catu()
818 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu) in tmc_etr_set_catu_ops() argument
820 etr_buf_ops[ETR_MODE_CATU] = catu; in tmc_etr_set_catu_ops()
DMakefile25 obj-$(CONFIG_CORESIGHT_CATU) += coresight-catu.o
Dcoresight-tmc.h333 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu);
DKconfig60 module will be called coresight-catu.