HelenOS sources
endpoint_destroy 175 uspace/drv/bus/usb/ehci/ehci_bus.c .endpoint_destroy = ehci_endpoint_destroy,
endpoint_destroy 181 uspace/drv/bus/usb/ohci/ohci_bus.c .endpoint_destroy = ohci_endpoint_destroy,
endpoint_destroy 54 uspace/drv/bus/usb/xhci/bus.c .endpoint_destroy = xhci_endpoint_destroy,
endpoint_destroy 119 uspace/lib/usbhost/include/usb/host/bus.h void (*endpoint_destroy)(endpoint_t *); /**< Optional */
endpoint_destroy 101 uspace/lib/usbhost/src/endpoint.c if (ops->endpoint_destroy) {
endpoint_destroy 102 uspace/lib/usbhost/src/endpoint.c ops->endpoint_destroy(ep);
endpoint_destroy 117 uspace/lib/usbhost/src/endpoint.c endpoint_destroy(ep);
HelenOS homepage, sources at GitHub