Searched refs:cti_disable (Results 1 – 3 of 3) sorted by relevance
221 int cti_disable(struct coresight_device *csdev, struct coresight_path *path);
810 int cti_disable(struct coresight_device *csdev, struct coresight_path *path) in cti_disable() function819 .disable = cti_disable,
119 ret = cti_disable(drvdata->csdev, NULL); in enable_store()