HelenOS sources

hc_gone           108 uspace/drv/bus/usb/ehci/hc.h extern errno_t hc_gone(hc_device_t *);
hc_gone            55 uspace/drv/bus/usb/ehci/main.c 	.hc_gone = hc_gone,
hc_gone            98 uspace/drv/bus/usb/ohci/hc.h extern errno_t hc_gone(hc_device_t *);
hc_gone            61 uspace/drv/bus/usb/ohci/main.c 	.hc_gone = hc_gone,
hc_gone           194 uspace/drv/bus/usb/uhci/hc.c 			hc_gone(&instance->base);
hc_gone           165 uspace/drv/bus/usb/uhci/hc.h extern errno_t hc_gone(hc_device_t *);
hc_gone            62 uspace/drv/bus/usb/uhci/main.c 	.hc_gone = hc_gone,
hc_gone           104 uspace/drv/bus/usb/xhci/main.c 	.hc_gone = hcd_hc_gone,
hc_gone           102 uspace/lib/usbhost/include/usb/host/hcd.h 	int (*hc_gone)(hc_device_t *);
hc_gone           350 uspace/lib/usbhost/src/hcd.c 	if (hc_driver->hc_gone)
hc_gone           351 uspace/lib/usbhost/src/hcd.c 		err = hc_driver->hc_gone(hcd);
HelenOS homepage, sources at GitHub