Symbol: trbe_cpudata
drivers/hwtracing/coresight/coresight-trbe.c
1019
struct trbe_cpudata *cpudata = dev_get_drvdata(&csdev->dev);
drivers/hwtracing/coresight/coresight-trbe.c
1038
struct trbe_cpudata *cpudata = dev_get_drvdata(&csdev->dev);
drivers/hwtracing/coresight/coresight-trbe.c
1099
struct trbe_cpudata *cpudata = buf->cpudata;
drivers/hwtracing/coresight/coresight-trbe.c
1206
struct trbe_cpudata *cpudata = dev_get_drvdata(dev);
drivers/hwtracing/coresight/coresight-trbe.c
1214
struct trbe_cpudata *cpudata = dev_get_drvdata(dev);
drivers/hwtracing/coresight/coresight-trbe.c
1238
struct trbe_cpudata *cpudata = this_cpu_ptr(drvdata->cpudata);
drivers/hwtracing/coresight/coresight-trbe.c
1247
struct trbe_cpudata *cpudata = this_cpu_ptr(drvdata->cpudata);
drivers/hwtracing/coresight/coresight-trbe.c
1256
struct trbe_cpudata *cpudata = per_cpu_ptr(drvdata->cpudata, cpu);
drivers/hwtracing/coresight/coresight-trbe.c
1310
struct trbe_cpudata *cpudata = per_cpu_ptr(drvdata->cpudata, cpu);
drivers/hwtracing/coresight/coresight-trbe.c
141
struct trbe_cpudata __percpu *cpudata;
drivers/hwtracing/coresight/coresight-trbe.c
150
static void trbe_check_errata(struct trbe_cpudata *cpudata)
drivers/hwtracing/coresight/coresight-trbe.c
164
static bool trbe_has_erratum(struct trbe_cpudata *cpudata, int i)
drivers/hwtracing/coresight/coresight-trbe.c
169
static bool trbe_may_overwrite_in_fill_mode(struct trbe_cpudata *cpudata)
drivers/hwtracing/coresight/coresight-trbe.c
174
static bool trbe_may_write_out_of_range(struct trbe_cpudata *cpudata)
drivers/hwtracing/coresight/coresight-trbe.c
179
static bool trbe_needs_drain_after_disable(struct trbe_cpudata *cpudata)
drivers/hwtracing/coresight/coresight-trbe.c
189
static bool trbe_needs_ctxt_sync_after_enable(struct trbe_cpudata *cpudata)
drivers/hwtracing/coresight/coresight-trbe.c
200
static bool trbe_is_broken(struct trbe_cpudata *cpudata)
drivers/hwtracing/coresight/coresight-trbe.c
218
static void set_trbe_enabled(struct trbe_cpudata *cpudata, u64 trblimitr)
drivers/hwtracing/coresight/coresight-trbe.c
235
static void set_trbe_disabled(struct trbe_cpudata *cpudata)
drivers/hwtracing/coresight/coresight-trbe.c
252
static void trbe_drain_and_disable_local(struct trbe_cpudata *cpudata)
drivers/hwtracing/coresight/coresight-trbe.c
258
static void trbe_reset_local(struct trbe_cpudata *cpudata)
drivers/hwtracing/coresight/coresight-trbe.c
378
struct trbe_cpudata *cpudata = buf->cpudata;
drivers/hwtracing/coresight/coresight-trbe.c
406
struct trbe_cpudata *cpudata = buf->cpudata;
drivers/hwtracing/coresight/coresight-trbe.c
659
struct trbe_cpudata *cpudata = buf->cpudata;
drivers/hwtracing/coresight/coresight-trbe.c
72
struct trbe_cpudata *cpudata;
drivers/hwtracing/coresight/coresight-trbe.c
791
struct trbe_cpudata *cpudata = dev_get_drvdata(&csdev->dev);