Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hwtracing/coresight/
Dcoresight-core.c59 static const struct cti_assoc_op *cti_assoc_ops; variable
63 cti_assoc_ops = cti_op; in coresight_set_cti_ops()
69 cti_assoc_ops = NULL; in coresight_remove_cti_ops()
1566 if (!ret && cti_assoc_ops && cti_assoc_ops->add) in coresight_register()
1567 cti_assoc_ops->add(csdev); in coresight_register()
1590 if (cti_assoc_ops && cti_assoc_ops->remove) in coresight_unregister()
1591 cti_assoc_ops->remove(csdev); in coresight_unregister()
Dcoresight-cti-core.c609 static struct cti_assoc_op cti_assoc_ops = { variable
991 coresight_set_cti_ops(&cti_assoc_ops); in cti_init()