Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c52 static const struct cti_assoc_op *cti_assoc_ops; variable
56 cti_assoc_ops = cti_op; in coresight_set_cti_ops()
62 cti_assoc_ops = NULL; in coresight_remove_cti_ops()
1293 if (cti_assoc_ops && cti_assoc_ops->add) in coresight_find_input_type()
1294 cti_assoc_ops->add(csdev); in coresight_find_input_type()
1315 if (cti_assoc_ops && cti_assoc_ops->remove) in coresight_find_output_type()
1316 cti_assoc_ops->remove(csdev); in coresight_find_output_type()
H A Dcoresight-cti-core.c619 static struct cti_assoc_op cti_assoc_ops = { variable
999 coresight_set_cti_ops(&cti_assoc_ops); in cti_init()