Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c143 static void next_trb(struct xhci_hcd *xhci, in next_trb() function
388 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()
390 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring()
661 next_trb(xhci, ep_ring, &new_seg, &new_deq); in xhci_move_dequeue_past_td()
741 next_trb(xhci, ep_ring, &seg, &trb); in td_to_noop()
2288 for (sum = 0; trb != stop_trb; next_trb(xhci, ring, &seg, &trb)) { in sum_trb_lengths()