Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/include/asm/
Dcti.h116 static inline void cti_disable(struct cti *cti) in cti_disable() function
/Linux-v5.10/drivers/hwtracing/coresight/
Dcoresight-cti.h219 int cti_disable(struct coresight_device *csdev);
Dcoresight-cti-core.c799 int cti_disable(struct coresight_device *csdev) in cti_disable() function
808 .disable = cti_disable,
Dcoresight-cti-sysfs.c114 ret = cti_disable(drvdata->csdev); in enable_store()