HelenOS sources

ehci_endpoint_get  110 uspace/drv/bus/usb/ehci/ehci_batch.c 	ehci_batch->qh = ehci_endpoint_get(ehci_batch->base.ep)->qh;
ehci_endpoint_get   54 uspace/drv/bus/usb/ehci/ehci_bus.c 	ehci_endpoint_t *instance = ehci_endpoint_get(ep);
ehci_endpoint_get  104 uspace/drv/bus/usb/ehci/ehci_bus.c 	ehci_endpoint_t *instance = ehci_endpoint_get(ep);
ehci_endpoint_get  114 uspace/drv/bus/usb/ehci/ehci_bus.c 	ehci_endpoint_t *ehci_ep = ehci_endpoint_get(ep);
ehci_endpoint_get  141 uspace/drv/bus/usb/ehci/ehci_bus.c 	ehci_endpoint_t *ehci_ep = ehci_endpoint_get(ep);
ehci_endpoint_get  218 uspace/drv/bus/usb/ehci/hc.c 	ehci_endpoint_t *ehci_ep = ehci_endpoint_get(ep);
ehci_endpoint_get  241 uspace/drv/bus/usb/ehci/hc.c 	ehci_endpoint_t *ehci_ep = ehci_endpoint_get(ep);
ehci_endpoint_get  306 uspace/drv/bus/usb/ehci/hc.c 	ehci_endpoint_t *const ehci_ep = ehci_endpoint_get(ep);
HelenOS homepage, sources at GitHub