Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/include/asm/
Dcti.h105 static inline void cti_enable(struct cti *cti) in cti_enable() function
/Linux-v5.10/drivers/hwtracing/coresight/
Dcoresight-cti.h218 int cti_enable(struct coresight_device *csdev);
Dcoresight-cti-core.c792 int cti_enable(struct coresight_device *csdev) in cti_enable() function
807 .enable = cti_enable,
Dcoresight-cti-sysfs.c112 ret = cti_enable(drvdata->csdev); in enable_store()