HelenOS sources
bus_endpoint_remove 102 uspace/drv/bus/usb/xhci/device.c bus_endpoint_remove(ep0_base);
bus_endpoint_remove 242 uspace/drv/bus/usb/xhci/device.c bus_endpoint_remove(xhci_dev->base.endpoints[0]);
bus_endpoint_remove 183 uspace/lib/usbhost/include/usb/host/bus.h int bus_endpoint_remove(endpoint_t *);
bus_endpoint_remove 177 uspace/lib/usbhost/src/bus.c const int err = bus_endpoint_remove(ep);
bus_endpoint_remove 115 uspace/lib/usbhost/src/ddf_helpers.c const errno_t err = bus_endpoint_remove(ep);
bus_endpoint_remove 152 uspace/lib/usbhost/src/usb2_bus.c if ((err = bus_endpoint_remove(default_ep))) {
bus_endpoint_remove 174 uspace/lib/usbhost/src/usb2_bus.c bus_endpoint_remove(default_ep);
HelenOS homepage, sources at GitHub