HelenOS sources

xhci_sw_ring_dequeue  642 uspace/drv/bus/usb/xhci/hc.c 	while (xhci_sw_ring_dequeue(&hc->sw_ring, &trb) != EINTR) {
xhci_sw_ring_dequeue  334 uspace/drv/bus/usb/xhci/rh.c 	while (xhci_sw_ring_dequeue(&rh->event_ring, &trb) == EOK) {
xhci_sw_ring_dequeue  136 uspace/drv/bus/usb/xhci/trb_ring.h extern errno_t xhci_sw_ring_dequeue(xhci_sw_ring_t *, xhci_trb_t *);
HelenOS homepage, sources at GitHub