Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dcoresight.h194 struct coresight_connection { struct
195 int src_port;
196 int dest_port;
197 struct fwnode_handle *dest_fwnode;
198 struct coresight_device *dest_dev;
199 struct coresight_sysfs_link *link;
200 struct coresight_device *src_dev;
201 atomic_t src_refcnt;
202 atomic_t dest_refcnt;
/kernel/linux/linux-5.10/include/linux/
Dcoresight.h148 struct coresight_connection { struct
149 int outport;
150 int child_port;
151 struct fwnode_handle *child_fwnode;
152 struct coresight_device *child_dev;
153 struct coresight_sysfs_link *link;