Home
last modified time | relevance | path

Searched refs:catu (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c17 #include "coresight-catu.h"
782 struct coresight_device *catu = tmc_etr_get_catu_device(drvdata); in tmc_etr_enable_catu() local
784 if (catu && helper_ops(catu)->enable) in tmc_etr_enable_catu()
785 return helper_ops(catu)->enable(catu, etr_buf); in tmc_etr_enable_catu()
791 struct coresight_device *catu = tmc_etr_get_catu_device(drvdata); in tmc_etr_disable_catu() local
793 if (catu && helper_ops(catu)->disable) in tmc_etr_disable_catu()
794 helper_ops(catu) in tmc_etr_disable_catu()
803 tmc_etr_set_catu_ops(const struct etr_buf_operations *catu) tmc_etr_set_catu_ops() argument
[all...]
H A DMakefile22 obj-$(CONFIG_CORESIGHT_CATU) += coresight-catu.o
H A Dcoresight-tmc.h329 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu);
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A DMakefile25 obj-$(CONFIG_CORESIGHT_CATU) += coresight-catu.o
H A Dcoresight-tmc.h333 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu);
H A Dcoresight-tmc-etr.c17 #include "coresight-catu.h"
799 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu) in tmc_etr_set_catu_ops() argument
801 etr_buf_ops[ETR_MODE_CATU] = catu; in tmc_etr_set_catu_ops()

Completed in 6 milliseconds