xhci_sw_ring_enqueue 627 uspace/drv/bus/usb/xhci/hc.c return xhci_sw_ring_enqueue(&hc->sw_ring, trb); xhci_sw_ring_enqueue 630 uspace/drv/bus/usb/xhci/hc.c return xhci_sw_ring_enqueue(&hc->rh.event_ring, trb); xhci_sw_ring_enqueue 135 uspace/drv/bus/usb/xhci/trb_ring.h extern errno_t xhci_sw_ring_enqueue(xhci_sw_ring_t *, xhci_trb_t *);HelenOS homepage, sources at GitHub