Searched refs:next_trb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-ring.c | 139 static void next_trb(struct xhci_hcd *xhci, in next_trb() function 362 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring() 364 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring() 657 next_trb(xhci, ep_ring, &new_seg, &new_deq); in xhci_find_new_dequeue_state() 706 next_trb(xhci, ep_ring, &seg, &trb); in td_to_noop() 2116 for (sum = 0; trb != stop_trb; next_trb(xhci, ring, &seg, &trb)) { in sum_trb_lengths()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-ring.c | 142 static void next_trb(struct xhci_hcd *xhci, in next_trb() function 440 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring() 442 next_trb(xhci, NULL, &new_seg, &new_deq); in xhci_abort_cmd_ring() 690 next_trb(xhci, ep_ring, &new_seg, &new_deq); in xhci_move_dequeue_past_td() 770 next_trb(xhci, ep_ring, &seg, &trb); in td_to_noop() 2249 for (sum = 0; trb != stop_trb; next_trb(xhci, ring, &seg, &trb)) { in sum_trb_lengths()
|
Completed in 11 milliseconds