HelenOS sources

xhci_trb_ring_enqueue  216 uspace/drv/bus/usb/xhci/commands.c 		err = xhci_trb_ring_enqueue(&cr->trb_ring,
xhci_trb_ring_enqueue  199 uspace/drv/bus/usb/xhci/isoch.c 	const errno_t err = xhci_trb_ring_enqueue(&ep->ring, &trb, &it->interrupt_trb_phys);
xhci_trb_ring_enqueue   78 uspace/drv/bus/usb/xhci/trb_ring.h extern errno_t xhci_trb_ring_enqueue(xhci_trb_ring_t *, xhci_trb_t *,
HelenOS homepage, sources at GitHub