Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_cmd.c53 struct endpoint *out_endp; in coresight_next_device() local
60 out = coresight_get_output_device(endp, &out_endp); in coresight_next_device()
73 out_endp->cs_dev = out; in coresight_next_device()
74 LIST_INSERT_HEAD(&event->endplist, out_endp, endplink); in coresight_next_device()
H A Dcoresight.c84 coresight_get_output_device(struct endpoint *endp, struct endpoint **out_endp) in coresight_get_output_device() argument
97 *out_endp = endp2; in coresight_get_output_device()
106 *out_endp = endp2; in coresight_get_output_device()