HelenOS sources
hc_init_memory 92 uspace/drv/bus/usb/ehci/hc.c static errno_t hc_init_memory(hc_t *instance);
hc_init_memory 184 uspace/drv/bus/usb/ehci/hc.c ret = hc_init_memory(instance);
hc_init_memory 94 uspace/drv/bus/usb/ohci/hc.c static errno_t hc_init_memory(hc_t *instance);
hc_init_memory 176 uspace/drv/bus/usb/ohci/hc.c ret = hc_init_memory(instance);
hc_init_memory 116 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_init_memory(xhci_hc_t *, ddf_dev_t *);
hc_init_memory 64 uspace/drv/bus/usb/xhci/main.c if ((err = hc_init_memory(hc, hcd->ddf_dev)))
HelenOS homepage, sources at GitHub