HelenOS sources
xhci_endpoint_get 125 uspace/drv/bus/usb/xhci/device.c xhci_endpoint_t *ep0 = xhci_endpoint_get(dev->base.endpoints[0]);
xhci_endpoint_get 187 uspace/drv/bus/usb/xhci/endpoint.c xhci_endpoint_t *xhci_ep = xhci_endpoint_get(ep);
xhci_endpoint_get 201 uspace/drv/bus/usb/xhci/endpoint.c xhci_endpoint_t *ep = xhci_endpoint_get(ep_base);
xhci_endpoint_get 216 uspace/drv/bus/usb/xhci/endpoint.c xhci_endpoint_t *xhci_ep = xhci_endpoint_get(ep);
xhci_endpoint_get 264 uspace/drv/bus/usb/xhci/endpoint.c xhci_endpoint_t *ep = xhci_endpoint_get(ep_base);
xhci_endpoint_get 876 uspace/drv/bus/usb/xhci/hc.c xhci_endpoint_t *ep0 = xhci_endpoint_get(dev->base.endpoints[0]);
xhci_endpoint_get 101 uspace/drv/bus/usb/xhci/isoch.c xhci_isoch_t *const isoch = xhci_endpoint_get(ep)->isoch;
xhci_endpoint_get 376 uspace/drv/bus/usb/xhci/isoch.c xhci_isoch_t *const isoch = xhci_endpoint_get(ep)->isoch;
xhci_endpoint_get 464 uspace/drv/bus/usb/xhci/isoch.c xhci_isoch_t *const isoch = xhci_endpoint_get(ep)->isoch;
xhci_endpoint_get 481 uspace/drv/bus/usb/xhci/isoch.c xhci_endpoint_t *ep = xhci_endpoint_get(transfer->batch.ep);
xhci_endpoint_get 545 uspace/drv/bus/usb/xhci/isoch.c xhci_endpoint_t *ep = xhci_endpoint_get(transfer->batch.ep);
xhci_endpoint_get 118 uspace/drv/bus/usb/xhci/transfers.c xhci_endpoint_t *xhci_ep = xhci_endpoint_get(transfer->batch.ep);
xhci_endpoint_get 188 uspace/drv/bus/usb/xhci/transfers.c xhci_endpoint_t *xhci_ep = xhci_endpoint_get(transfer->batch.ep);
xhci_endpoint_get 252 uspace/drv/bus/usb/xhci/transfers.c xhci_endpoint_t *ep = xhci_endpoint_get(transfer->batch.ep);
xhci_endpoint_get 314 uspace/drv/bus/usb/xhci/transfers.c xhci_endpoint_t *ep = xhci_endpoint_get(ep_base);
xhci_endpoint_get 429 uspace/drv/bus/usb/xhci/transfers.c xhci_endpoint_t *xhci_ep = xhci_endpoint_get(ep);
xhci_endpoint_get 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