HelenOS sources
endpoint_create 176 uspace/drv/bus/usb/ehci/ehci_bus.c .endpoint_create = ehci_endpoint_create,
endpoint_create 182 uspace/drv/bus/usb/ohci/ohci_bus.c .endpoint_create = ohci_endpoint_create,
endpoint_create 434 uspace/drv/bus/usb/uhci/hc.c .endpoint_create = endpoint_create,
endpoint_create 53 uspace/drv/bus/usb/xhci/bus.c .endpoint_create = xhci_endpoint_create,
endpoint_create 113 uspace/lib/usbhost/include/usb/host/bus.h endpoint_t *(*endpoint_create)(device_t *,
endpoint_create 381 uspace/lib/usbhost/src/bus.c if (bus->ops->endpoint_create) {
endpoint_create 382 uspace/lib/usbhost/src/bus.c ep = bus->ops->endpoint_create(device, desc);
HelenOS homepage, sources at GitHub