Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-core.c61 static const struct cti_assoc_op *cti_assoc_ops; variable
93 cti_assoc_ops = cti_op; in coresight_set_cti_ops()
99 cti_assoc_ops = NULL; in coresight_remove_cti_ops()
1668 if (cti_assoc_ops && cti_assoc_ops->add) in coresight_register()
1669 cti_assoc_ops->add(csdev); in coresight_register()
1690 if (cti_assoc_ops && cti_assoc_ops->remove) in coresight_unregister()
1691 cti_assoc_ops->remove(csdev); in coresight_unregister()
A Dcoresight-cti-core.c613 static struct cti_assoc_op cti_assoc_ops = { variable
996 coresight_set_cti_ops(&cti_assoc_ops); in cti_init()

Completed in 7 milliseconds