Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c799 struct coresight_device *catu = tmc_etr_get_catu_device(drvdata); in tmc_etr_enable_catu() local
801 if (catu && helper_ops(catu)->enable) in tmc_etr_enable_catu()
802 return helper_ops(catu)->enable(catu, etr_buf); in tmc_etr_enable_catu()
808 struct coresight_device *catu = tmc_etr_get_catu_device(drvdata); in tmc_etr_disable_catu() local
810 if (catu && helper_ops(catu)->disable) in tmc_etr_disable_catu()
811 helper_ops(catu)->disable(catu, drvdata->etr_buf); in tmc_etr_disable_catu()
820 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu) in tmc_etr_set_catu_ops() argument
822 etr_buf_ops[ETR_MODE_CATU] = catu; in tmc_etr_set_catu_ops()
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);
H A DKconfig59 module will be called coresight-catu.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dcoresight.txt49 "arm,coresight-catu", "arm,primecell";
379 catu@207e0000 {
380 compatible = "arm,coresight-catu", "arm,primecell";