Searched refs:trb_in_td (Results 1 – 3 of 3) sorted by relevance
/drivers/usb/host/ |
D | xhci-ring.c | 647 halted_seg = trb_in_td(xhci, td->start_seg, in xhci_move_dequeue_past_td() 1015 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) { in xhci_invalidate_cancelled_tds() 1072 if (trb_in_td(ep->xhci, td->start_seg, td->first_trb, in find_halted_td() 2109 struct xhci_segment *trb_in_td(struct xhci_hcd *xhci, in trb_in_td() function 2890 ep_seg = trb_in_td(xhci, ep_ring->deq_seg, ep_ring->dequeue, in handle_tx_event() 2938 ep_seg = trb_in_td(xhci, td_next->start_seg, td_next->first_trb, in handle_tx_event() 2958 trb_in_td(xhci, ep_ring->deq_seg, in handle_tx_event()
|
D | xhci-mem.c | 2066 seg = trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, false); in xhci_test_trb_in_td() 2080 trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, in xhci_test_trb_in_td()
|
D | xhci.h | 2141 struct xhci_segment *trb_in_td(struct xhci_hcd *xhci,
|