Symbol: coresight_ops
drivers/hwtracing/coresight/coresight-catu.c
510
static const struct coresight_ops catu_ops = {
drivers/hwtracing/coresight/coresight-core.c
729
if (coresight_ops(csdev)->trace_id)
drivers/hwtracing/coresight/coresight-core.c
730
return coresight_ops(csdev)->trace_id(csdev, mode, sink);
drivers/hwtracing/coresight/coresight-ctcu-core.c
175
static const struct coresight_ops ctcu_ops = {
drivers/hwtracing/coresight/coresight-cti-core.c
822
static const struct coresight_ops cti_ops = {
drivers/hwtracing/coresight/coresight-dummy.c
74
static const struct coresight_ops dummy_source_cs_ops = {
drivers/hwtracing/coresight/coresight-dummy.c
84
static const struct coresight_ops dummy_sink_cs_ops = {
drivers/hwtracing/coresight/coresight-etb10.c
582
static const struct coresight_ops etb_cs_ops = {
drivers/hwtracing/coresight/coresight-etm3x-core.c
692
static const struct coresight_ops etm_cs_ops = {
drivers/hwtracing/coresight/coresight-etm4x-core.c
1211
static const struct coresight_ops etm4_cs_ops = {
drivers/hwtracing/coresight/coresight-funnel.c
150
static const struct coresight_ops funnel_cs_ops = {
drivers/hwtracing/coresight/coresight-replicator.c
200
static const struct coresight_ops replicator_cs_ops = {
drivers/hwtracing/coresight/coresight-stm.c
299
static const struct coresight_ops stm_cs_ops = {
drivers/hwtracing/coresight/coresight-tmc-etf.c
698
const struct coresight_ops tmc_etb_cs_ops = {
drivers/hwtracing/coresight/coresight-tmc-etf.c
702
const struct coresight_ops tmc_etf_cs_ops = {
drivers/hwtracing/coresight/coresight-tmc-etr.c
1916
const struct coresight_ops tmc_etr_cs_ops = {
drivers/hwtracing/coresight/coresight-tmc.h
332
extern const struct coresight_ops tmc_etb_cs_ops;
drivers/hwtracing/coresight/coresight-tmc.h
333
extern const struct coresight_ops tmc_etf_cs_ops;
drivers/hwtracing/coresight/coresight-tmc.h
341
extern const struct coresight_ops tmc_etr_cs_ops;
drivers/hwtracing/coresight/coresight-tnoc.c
126
static const struct coresight_ops trace_noc_cs_ops = {
drivers/hwtracing/coresight/coresight-tpda.c
290
static const struct coresight_ops tpda_cs_ops = {
drivers/hwtracing/coresight/coresight-tpdm.c
573
static const struct coresight_ops tpdm_cs_ops = {
drivers/hwtracing/coresight/coresight-tpiu.c
125
static const struct coresight_ops tpiu_cs_ops = {
drivers/hwtracing/coresight/coresight-trbe.c
1200
static const struct coresight_ops arm_trbe_cs_ops = {
drivers/hwtracing/coresight/ultrasoc-smb.c
417
static const struct coresight_ops cs_ops = {
include/linux/coresight.h
160
const struct coresight_ops *ops;
include/linux/coresight.h
284
const struct coresight_ops *ops;