Symbol: coresight_ops
drivers/hwtracing/coresight/coresight-catu.c
508
static const struct coresight_ops catu_ops = {
drivers/hwtracing/coresight/coresight-core.c
1891
if (coresight_ops(source)->pm_save_disable &&
drivers/hwtracing/coresight/coresight-core.c
1892
coresight_ops(source)->pm_restore_enable)
drivers/hwtracing/coresight/coresight-core.c
1901
if (coresight_ops(sink)->pm_save_disable &&
drivers/hwtracing/coresight/coresight-core.c
1902
coresight_ops(sink)->pm_restore_enable) {
drivers/hwtracing/coresight/coresight-core.c
1913
if (!csdev || !coresight_ops(csdev)->pm_save_disable)
drivers/hwtracing/coresight/coresight-core.c
1916
return coresight_ops(csdev)->pm_save_disable(csdev);
drivers/hwtracing/coresight/coresight-core.c
1921
if (!csdev || !coresight_ops(csdev)->pm_restore_enable)
drivers/hwtracing/coresight/coresight-core.c
1924
coresight_ops(csdev)->pm_restore_enable(csdev);
drivers/hwtracing/coresight/coresight-core.c
935
if (coresight_ops(csdev)->trace_id)
drivers/hwtracing/coresight/coresight-core.c
936
return coresight_ops(csdev)->trace_id(csdev, mode, sink);
drivers/hwtracing/coresight/coresight-ctcu-core.c
173
static const struct coresight_ops ctcu_ops = {
drivers/hwtracing/coresight/coresight-cti-core.c
632
static const struct coresight_ops cti_ops = {
drivers/hwtracing/coresight/coresight-dummy.c
71
static const struct coresight_ops dummy_source_cs_ops = {
drivers/hwtracing/coresight/coresight-dummy.c
81
static const struct coresight_ops dummy_sink_cs_ops = {
drivers/hwtracing/coresight/coresight-etb10.c
580
static const struct coresight_ops etb_cs_ops = {
drivers/hwtracing/coresight/coresight-etm3x-core.c
687
static const struct coresight_ops etm_cs_ops = {
drivers/hwtracing/coresight/coresight-etm4x-core.c
2079
static const struct coresight_ops etm4_cs_ops = {
drivers/hwtracing/coresight/coresight-etm4x-core.c
2084
static const struct coresight_ops etm4_cs_pm_ops = {
drivers/hwtracing/coresight/coresight-funnel.c
148
static const struct coresight_ops funnel_cs_ops = {
drivers/hwtracing/coresight/coresight-replicator.c
198
static const struct coresight_ops replicator_cs_ops = {
drivers/hwtracing/coresight/coresight-stm.c
297
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
124
static const struct coresight_ops trace_noc_cs_ops = {
drivers/hwtracing/coresight/coresight-tpda.c
288
static const struct coresight_ops tpda_cs_ops = {
drivers/hwtracing/coresight/coresight-tpdm.c
572
static const struct coresight_ops tpdm_cs_ops = {
drivers/hwtracing/coresight/coresight-tpiu.c
123
static const struct coresight_ops tpiu_cs_ops = {
drivers/hwtracing/coresight/coresight-trbe.c
1255
static const struct coresight_ops arm_trbe_cs_ops = {
drivers/hwtracing/coresight/ultrasoc-smb.c
415
static const struct coresight_ops cs_ops = {
include/linux/coresight.h
164
const struct coresight_ops *ops;
include/linux/coresight.h
292
const struct coresight_ops *ops;