Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-priv.h164 extern void coresight_set_cti_ops(const struct cti_assoc_op *cti_op);
Dcoresight-core.c92 void coresight_set_cti_ops(const struct cti_assoc_op *cti_op) in coresight_set_cti_ops() function
96 EXPORT_SYMBOL_GPL(coresight_set_cti_ops);
Dcoresight-cti-core.c1000 coresight_set_cti_ops(&cti_assoc_ops); in cti_init()