Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-priv.h171 extern void coresight_set_cti_ops(const struct cti_assoc_op *cti_op);
H A Dcoresight-core.c56 void coresight_set_cti_ops(const struct cti_assoc_op *cti_op) in coresight_set_cti_ops() function
60 EXPORT_SYMBOL_GPL(coresight_set_cti_ops);
H A Dcoresight-cti-core.c999 coresight_set_cti_ops(&cti_assoc_ops); in cti_init()