Home
last modified time | relevance | path

Searched refs:queue_trb (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/usb/host/
H A Dxhci-ring.c3217 static void queue_trb(struct xhci_hcd *xhci, struct xhci_ring *ring, in queue_trb() function
3708 queue_trb(xhci, ring, more_trbs_coming | need_zero_pkt, in xhci_queue_bulk_tx()
3738 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx()
3781 queue_trb(xhci, ep_ring, false, 0, 0, in xhci_queue_ctrl_tx()
3830 queue_trb(xhci, ep_ring, true, in xhci_queue_ctrl_tx()
3866 queue_trb(xhci, ep_ring, true, in xhci_queue_ctrl_tx()
3883 queue_trb(xhci, ep_ring, false, in xhci_queue_ctrl_tx()
4186 queue_trb(xhci, ep_ring, more_trbs_coming, in xhci_queue_isoc_tx()
4368 queue_trb(xhci, xhci->cmd_ring, false, field1, field2, field3, in queue_command()