Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dcoresight.h193 struct coresight_device { struct
205 struct coresight_device *def_sink; argument
207 struct coresight_device *ect_dev; argument
209 int nr_links;
210 bool has_conns_grp;
211 bool ect_enabled; /* true only if associated ect device is enabled */
/kernel/linux/linux-4.19/include/linux/
Dcoresight.h165 struct coresight_device { struct
179 #define to_coresight_device(d) container_of(d, struct coresight_device, dev) argument