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  288 uspace/drv/bus/usb/ehci/hc.c 		endpoint_list_remove_ep(&instance->int_list, ehci_ep);
endpoint_list_remove_ep  295 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  270 uspace/drv/bus/usb/ohci/hc.c 		endpoint_list_remove_ep(list, ohci_ep);
endpoint_list_remove_ep  276 uspace/drv/bus/usb/ohci/hc.c 		endpoint_list_remove_ep(list, ohci_ep);
endpoint_list_remove_ep  283 uspace/drv/bus/usb/ohci/hc.c 		endpoint_list_remove_ep(list, ohci_ep);
HelenOS homepage, sources at GitHub