HelenOS sources
hc_start 104 uspace/drv/bus/usb/ehci/hc.h extern errno_t hc_start(hc_device_t *);
hc_start 53 uspace/drv/bus/usb/ehci/main.c .start = hc_start,
hc_start 384 uspace/drv/bus/usb/ohci/hc.c hc_start(&hc->base);
hc_start 96 uspace/drv/bus/usb/ohci/hc.h extern errno_t hc_start(hc_device_t *);
hc_start 59 uspace/drv/bus/usb/ohci/main.c .start = hc_start,
hc_start 163 uspace/drv/bus/usb/uhci/hc.h extern errno_t hc_start(hc_device_t *);
hc_start 60 uspace/drv/bus/usb/uhci/main.c .start = hc_start,
hc_start 554 uspace/drv/bus/usb/xhci/hc.c hc_start(hc);
hc_start 119 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_start(xhci_hc_t *);
hc_start 86 uspace/drv/bus/usb/xhci/main.c return hc_start(hc);
HelenOS homepage, sources at GitHub