HelenOS sources

hc_init_memory     93 uspace/drv/bus/usb/ehci/hc.c static errno_t hc_init_memory(hc_t *instance);
hc_init_memory    185 uspace/drv/bus/usb/ehci/hc.c 	ret = hc_init_memory(instance);
hc_init_memory     95 uspace/drv/bus/usb/ohci/hc.c static errno_t hc_init_memory(hc_t *instance);
hc_init_memory    177 uspace/drv/bus/usb/ohci/hc.c 	ret = hc_init_memory(instance);
hc_init_memory    117 uspace/drv/bus/usb/xhci/hc.h extern errno_t hc_init_memory(xhci_hc_t *, ddf_dev_t *);
hc_init_memory     65 uspace/drv/bus/usb/xhci/main.c 	if ((err = hc_init_memory(hc, hcd->ddf_dev)))
HelenOS homepage, sources at GitHub