Searched refs:queue_trb (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/usb/host/ |
D | xhci-ring.c | 2354 static void queue_trb(struct xhci_hcd *xhci, struct xhci_ring *ring, in queue_trb() function 2742 queue_trb(xhci, ep_ring, false, more_trbs_coming, in queue_bulk_sg_tx() 2894 queue_trb(xhci, ep_ring, false, more_trbs_coming, in xhci_queue_bulk_tx() 2981 queue_trb(xhci, ep_ring, false, true, in xhci_queue_ctrl_tx() 2997 queue_trb(xhci, ep_ring, false, true, in xhci_queue_ctrl_tx() 3014 queue_trb(xhci, ep_ring, false, false, in xhci_queue_ctrl_tx() 3149 queue_trb(xhci, ep_ring, false, more_trbs_coming, in xhci_queue_isoc_tx() 3282 queue_trb(xhci, xhci->cmd_ring, false, false, field1, field2, field3, in queue_command()
|