Home
last modified time | relevance | path

Searched defs:coresight_device (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dcoresight.h280 struct coresight_device { struct
293 struct coresight_device *def_sink; argument
294 struct coresight_trace_id_map perf_sink_id_map;
296 int nr_links;
297 bool has_conns_grp;
322 #define to_coresight_device(d) container_of(d, struct coresight_device, dev) argument