HelenOS sources

xhci_endpoint_clear_halt  138 uspace/drv/bus/usb/xhci/endpoint.h extern errno_t xhci_endpoint_clear_halt(xhci_endpoint_t *, unsigned);
xhci_endpoint_clear_halt  473 uspace/drv/bus/usb/xhci/transfers.c 				const errno_t err = xhci_endpoint_clear_halt(xhci_endpoint_get(halted_ep), 0);
HelenOS homepage, sources at GitHub