Searched refs:cti_disable (Results 1 – 4 of 4) sorted by relevance
116 static inline void cti_disable(struct cti *cti) in cti_disable() function
219 int cti_disable(struct coresight_device *csdev);
799 int cti_disable(struct coresight_device *csdev) in cti_disable() function808 .disable = cti_disable,
114 ret = cti_disable(drvdata->csdev); in enable_store()