Searched defs:coresight_connection (Results 1 – 2 of 2) sorted by relevance
194 struct coresight_connection { struct195 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;
148 struct coresight_connection { struct149 int outport;150 int child_port;151 struct fwnode_handle *child_fwnode;152 struct coresight_device *child_dev;153 struct coresight_sysfs_link *link;