Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-cti.h215 int cti_enable(struct coresight_device *csdev, enum cs_mode mode,
H A Dcoresight-cti-core.c612 int cti_enable(struct coresight_device *csdev, enum cs_mode mode, in cti_enable() function
628 .enable = cti_enable,
H A Dcoresight-cti-sysfs.c108 ret = cti_enable(drvdata->csdev, CS_MODE_SYSFS, NULL); in enable_store()