Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c64 static const struct cti_assoc_op *cti_assoc_ops; variable
86 cti_assoc_ops = cti_op; in coresight_set_cti_ops()
92 cti_assoc_ops = NULL; in coresight_remove_cti_ops()
1634 if (cti_assoc_ops && cti_assoc_ops->add) in coresight_register()
1635 cti_assoc_ops->add(csdev); in coresight_register()
1657 if (cti_assoc_ops && cti_assoc_ops->remove) in coresight_unregister()
1658 cti_assoc_ops->remove(csdev); in coresight_unregister()