Home
last modified time | relevance | path

Searched refs:endp2 (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/arm64/coresight/
H A Dcoresight.c88 struct endpoint *endp2; in coresight_get_output_device() local
92 TAILQ_FOREACH(endp2, &cs_dev->pdata->endpoints, link) { in coresight_get_output_device()
96 if (endp->their_node == endp2->my_node) { in coresight_get_output_device()
97 *out_endp = endp2; in coresight_get_output_device()
105 if (endp->their_handle == endp2->my_handle) { in coresight_get_output_device()
106 *out_endp = endp2; in coresight_get_output_device()