Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/devicetree/bindings/arm/
Darm,coresight-catu.yaml4 $id: http://devicetree.org/schemas/arm/arm,coresight-catu.yaml#
34 const: arm,coresight-catu
44 - const: arm,coresight-catu
88 catu@207e0000 {
89 compatible = "arm,coresight-catu", "arm,primecell";
/linux-6.1.9/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.