Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-cti.h221 int cti_disable(struct coresight_device *csdev, struct coresight_path *path);
H A Dcoresight-cti-core.c810 int cti_disable(struct coresight_device *csdev, struct coresight_path *path) in cti_disable() function
819 .disable = cti_disable,
H A Dcoresight-cti-sysfs.c119 ret = cti_disable(drvdata->csdev, NULL); in enable_store()