HelenOS sources

hc_start          105 uspace/drv/bus/usb/ehci/hc.h extern errno_t hc_start(hc_device_t *);
hc_start           54 uspace/drv/bus/usb/ehci/main.c 	.start = hc_start,
hc_start          409 uspace/drv/bus/usb/ohci/hc.c 		hc_start(&hc->base);
hc_start           97 uspace/drv/bus/usb/ohci/hc.h extern errno_t hc_start(hc_device_t *);
hc_start           60 uspace/drv/bus/usb/ohci/main.c 	.start = hc_start,
hc_start          164 uspace/drv/bus/usb/uhci/hc.h extern errno_t hc_start(hc_device_t *);
hc_start           61 uspace/drv/bus/usb/uhci/main.c 	.start = hc_start,
hc_start          555 uspace/drv/bus/usb/xhci/hc.c 	hc_start(hc);
hc_start          120 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_start(xhci_hc_t *);
hc_start           87 uspace/drv/bus/usb/xhci/main.c 	return hc_start(hc);
HelenOS homepage, sources at GitHub