Symbol: coresight_path
drivers/hwtracing/coresight/coresight-catu.c
398
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-catu.c
456
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-catu.c
489
static int catu_disable(struct coresight_device *csdev, struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
1043
struct coresight_path *coresight_build_path(struct coresight_device *source,
drivers/hwtracing/coresight/coresight-core.c
1046
struct coresight_path *path;
drivers/hwtracing/coresight/coresight-core.c
1052
path = kzalloc_obj(struct coresight_path);
drivers/hwtracing/coresight/coresight-core.c
1074
void coresight_release_path(struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
178
struct coresight_device *coresight_get_source(struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
1850
static struct coresight_path *coresight_cpu_get_active_path(enum cs_mode mode)
drivers/hwtracing/coresight/coresight-core.c
1875
static int coresight_pm_is_needed(struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
1927
static int coresight_pm_save(struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
1951
static void coresight_pm_restore(struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
1988
struct coresight_path *path =
drivers/hwtracing/coresight/coresight-core.c
2018
struct coresight_path *path;
drivers/hwtracing/coresight/coresight-core.c
405
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
461
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
467
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
473
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
492
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
558
static bool coresight_path_nodes_in_order(struct coresight_path *path,
drivers/hwtracing/coresight/coresight-core.c
576
static void coresight_disable_path_from_to(struct coresight_path *path,
drivers/hwtracing/coresight/coresight-core.c
628
void coresight_disable_path(struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
638
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
665
static int coresight_enable_path_from_to(struct coresight_path *path,
drivers/hwtracing/coresight/coresight-core.c
67
coresight_path_first_node(struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
748
int coresight_enable_path(struct coresight_path *path, enum cs_mode mode)
drivers/hwtracing/coresight/coresight-core.c
755
struct coresight_device *coresight_get_sink(struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
76
coresight_path_last_node(struct coresight_path *path)
drivers/hwtracing/coresight/coresight-core.c
945
int coresight_path_assign_trace_id(struct coresight_path *path,
drivers/hwtracing/coresight/coresight-core.c
985
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-ctcu-core.c
136
static int ctcu_set_etr_traceid(struct coresight_device *csdev, struct coresight_path *path,
drivers/hwtracing/coresight/coresight-ctcu-core.c
158
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-ctcu-core.c
163
static int ctcu_disable(struct coresight_device *csdev, struct coresight_path *path)
drivers/hwtracing/coresight/coresight-cti-core.c
613
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-cti-core.c
620
int cti_disable(struct coresight_device *csdev, struct coresight_path *path)
drivers/hwtracing/coresight/coresight-cti.h
216
struct coresight_path *path);
drivers/hwtracing/coresight/coresight-cti.h
217
int cti_disable(struct coresight_device *csdev, struct coresight_path *path);
drivers/hwtracing/coresight/coresight-dummy.c
24
__maybe_unused struct coresight_path *path)
drivers/hwtracing/coresight/coresight-dummy.c
52
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-etb10.c
168
static int etb_enable_perf(struct coresight_device *csdev, struct coresight_path *path)
drivers/hwtracing/coresight/coresight-etb10.c
225
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-etm-perf.c
141
static inline struct coresight_path **
drivers/hwtracing/coresight/coresight-etm-perf.c
147
static inline struct coresight_path *
drivers/hwtracing/coresight/coresight-etm-perf.c
231
struct coresight_path **ppath;
drivers/hwtracing/coresight/coresight-etm-perf.c
281
event_data->path = alloc_percpu(struct coresight_path *);
drivers/hwtracing/coresight/coresight-etm-perf.c
327
static struct coresight_path *etm_event_get_ctxt_path(struct etm_ctxt *ctxt)
drivers/hwtracing/coresight/coresight-etm-perf.c
330
struct coresight_path *path;
drivers/hwtracing/coresight/coresight-etm-perf.c
346
static struct coresight_path *
drivers/hwtracing/coresight/coresight-etm-perf.c
351
struct coresight_path *path = NULL;
drivers/hwtracing/coresight/coresight-etm-perf.c
464
struct coresight_path *path;
drivers/hwtracing/coresight/coresight-etm-perf.c
520
static int etm_event_resume(struct coresight_path *path)
drivers/hwtracing/coresight/coresight-etm-perf.c
546
struct coresight_path *path;
drivers/hwtracing/coresight/coresight-etm-perf.c
640
static void etm_event_pause(struct coresight_path *path,
drivers/hwtracing/coresight/coresight-etm-perf.c
696
struct coresight_path *path = etm_event_get_ctxt_path(ctxt);
drivers/hwtracing/coresight/coresight-etm-perf.h
100
struct coresight_path * __percpu *path;
drivers/hwtracing/coresight/coresight-etm3x-core.c
444
struct coresight_path *path;
drivers/hwtracing/coresight/coresight-etm3x-core.c
481
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-etm3x-core.c
509
static int etm_enable_sysfs(struct coresight_device *csdev, struct coresight_path *path)
drivers/hwtracing/coresight/coresight-etm3x-core.c
547
enum cs_mode mode, struct coresight_path *path)
drivers/hwtracing/coresight/coresight-etm4x-core.c
241
struct coresight_path *path;
drivers/hwtracing/coresight/coresight-etm4x-core.c
876
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-etm4x-core.c
911
static int etm4_enable_sysfs(struct coresight_device *csdev, struct coresight_path *path)
drivers/hwtracing/coresight/coresight-etm4x-core.c
957
enum cs_mode mode, struct coresight_path *path)
drivers/hwtracing/coresight/coresight-priv.h
137
void coresight_disable_path(struct coresight_path *path);
drivers/hwtracing/coresight/coresight-priv.h
138
int coresight_enable_path(struct coresight_path *path, enum cs_mode mode);
drivers/hwtracing/coresight/coresight-priv.h
139
struct coresight_device *coresight_get_sink(struct coresight_path *path);
drivers/hwtracing/coresight/coresight-priv.h
143
struct coresight_path *coresight_build_path(struct coresight_device *csdev,
drivers/hwtracing/coresight/coresight-priv.h
145
void coresight_release_path(struct coresight_path *path);
drivers/hwtracing/coresight/coresight-priv.h
156
int coresight_path_assign_trace_id(struct coresight_path *path,
drivers/hwtracing/coresight/coresight-priv.h
251
struct coresight_device *coresight_get_source(struct coresight_path *path);
drivers/hwtracing/coresight/coresight-priv.h
256
struct coresight_path *path);
drivers/hwtracing/coresight/coresight-stm.c
196
__maybe_unused struct coresight_path *path)
drivers/hwtracing/coresight/coresight-sysfs.c
181
struct coresight_path *path;
drivers/hwtracing/coresight/coresight-sysfs.c
240
struct coresight_path *path;
drivers/hwtracing/coresight/coresight-sysfs.c
64
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-tmc-etf.c
250
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-tmc-etf.c
309
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-tmc-etr.c
1347
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-tmc-etr.c
1736
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-tmc-etr.c
1791
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-tmc.h
448
struct coresight_path *path);
drivers/hwtracing/coresight/coresight-tpdm.c
484
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-tpiu.c
76
struct coresight_path *path)
drivers/hwtracing/coresight/coresight-trbe.c
1031
struct coresight_path *path)
drivers/hwtracing/coresight/ultrasoc-smb.c
214
struct coresight_path *path)
drivers/hwtracing/coresight/ultrasoc-smb.c
241
struct coresight_path *path)
include/linux/coresight.h
295
struct coresight_path *path;
include/linux/coresight.h
371
struct coresight_path *path);
include/linux/coresight.h
407
enum cs_mode mode, struct coresight_path *path);
include/linux/coresight.h
425
struct coresight_path *path);
include/linux/coresight.h
427
struct coresight_path *path);