Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A 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()
1571 if (!ret && cti_assoc_ops && cti_assoc_ops->add) in coresight_register()
1572 cti_assoc_ops->add(csdev); in coresight_register()
1597 if (cti_assoc_ops && cti_assoc_ops->remove) in coresight_unregister()
1598 cti_assoc_ops->remove(csdev); in coresight_unregister()
H A Dcoresight-cti-core.c604 static struct cti_assoc_op cti_assoc_ops = { variable
984 coresight_set_cti_ops(&cti_assoc_ops); in cti_init()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-core.c62 static const struct cti_assoc_op *cti_assoc_ops; variable
94 cti_assoc_ops = cti_op; in coresight_set_cti_ops()
100 cti_assoc_ops = NULL; in coresight_remove_cti_ops()
1656 if (cti_assoc_ops && cti_assoc_ops->add) in coresight_register()
1657 cti_assoc_ops->add(csdev); in coresight_register()
1678 if (cti_assoc_ops && cti_assoc_ops->remove) in coresight_unregister()
1679 cti_assoc_ops->remove(csdev); in coresight_unregister()
H A Dcoresight-cti-core.c619 static struct cti_assoc_op cti_assoc_ops = { variable
1000 coresight_set_cti_ops(&cti_assoc_ops); in cti_init()

Completed in 8 milliseconds