HelenOS sources

endpoint_list_remove_ep   73 uspace/drv/bus/usb/ehci/endpoint_list.h void endpoint_list_remove_ep(endpoint_list_t *instance, ehci_endpoint_t *ep);
endpoint_list_remove_ep  248 uspace/drv/bus/usb/ehci/hc.c 		endpoint_list_remove_ep(&instance->int_list, ehci_ep);
endpoint_list_remove_ep  255 uspace/drv/bus/usb/ehci/hc.c 		endpoint_list_remove_ep(&instance->async_list, ehci_ep);
endpoint_list_remove_ep   77 uspace/drv/bus/usb/ohci/endpoint_list.h void endpoint_list_remove_ep(endpoint_list_t *instance, ohci_endpoint_t *ep);
endpoint_list_remove_ep  245 uspace/drv/bus/usb/ohci/hc.c 		endpoint_list_remove_ep(list, ohci_ep);
endpoint_list_remove_ep  251 uspace/drv/bus/usb/ohci/hc.c 		endpoint_list_remove_ep(list, ohci_ep);
endpoint_list_remove_ep  258 uspace/drv/bus/usb/ohci/hc.c 		endpoint_list_remove_ep(list, ohci_ep);
HelenOS homepage, sources at GitHub