HelenOS sources

hc_driver_main     70 uspace/drv/bus/usb/ehci/main.c 	return hc_driver_main(&ehci_driver);
hc_driver_main     76 uspace/drv/bus/usb/ohci/main.c 	return hc_driver_main(&ohci_driver);
hc_driver_main     98 uspace/drv/bus/usb/uhci/main.c 	return hc_driver_main(&uhci_driver);
hc_driver_main    119 uspace/drv/bus/usb/xhci/main.c 	return hc_driver_main(&xhci_driver);
hc_driver_main    116 uspace/lib/usbhost/include/usb/host/hcd.h extern errno_t hc_driver_main(const hc_driver_t *);
HelenOS homepage, sources at GitHub