HelenOS sources

hc_gone           109 uspace/drv/bus/usb/ehci/hc.h extern errno_t hc_gone(hc_device_t *);
hc_gone            56 uspace/drv/bus/usb/ehci/main.c 	.hc_gone = hc_gone,
hc_gone            99 uspace/drv/bus/usb/ohci/hc.h extern errno_t hc_gone(hc_device_t *);
hc_gone            62 uspace/drv/bus/usb/ohci/main.c 	.hc_gone = hc_gone,
hc_gone           195 uspace/drv/bus/usb/uhci/hc.c 			hc_gone(&instance->base);
hc_gone           166 uspace/drv/bus/usb/uhci/hc.h extern errno_t hc_gone(hc_device_t *);
hc_gone            63 uspace/drv/bus/usb/uhci/main.c 	.hc_gone = hc_gone,
hc_gone           112 uspace/drv/bus/usb/xhci/main.c 	.hc_gone = hcd_hc_gone,
hc_gone           103 uspace/lib/usbhost/include/usb/host/hcd.h 	int (*hc_gone)(hc_device_t *);
hc_gone           355 uspace/lib/usbhost/src/hcd.c 	if (hc_driver->hc_gone)
hc_gone           356 uspace/lib/usbhost/src/hcd.c 		err = hc_driver->hc_gone(hcd);
HelenOS homepage, sources at GitHub