Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c590 if (new_deq == cur_td->last_trb) in xhci_find_new_dequeue_state()
640 if (flip_cycle && trb != td->first_trb && trb != td->last_trb) in td_to_noop()
643 if (trb == td->last_trb) in td_to_noop()
797 cur_td->last_trb, hw_deq, false)) { in xhci_handle_cmd_stop_ep()
2015 while (ep_ring->dequeue != td->last_trb) in finish_td()
2195 if (ep_trb != td->last_trb) in process_isoc_td()
2248 while (ep_ring->dequeue != td->last_trb) in skip_isoc_td()
2282 if (ep_trb != td->last_trb || remaining) { in process_bulk_intr_td()
2317 if (ep_trb == td->last_trb) in process_bulk_intr_td()
2594 td->last_trb, ep_trb_dma, false); in handle_tx_event()
[all …]
Dxhci.h1540 union xhci_trb *last_trb; member
/Linux-v5.10/drivers/usb/gadget/udc/
Dtegra-xudc.c392 struct tegra_xudc_trb *last_trb; member
1183 req->last_trb = trb; in tegra_xudc_queue_trbs()
1270 req->last_trb = NULL; in __tegra_xudc_ep_queue()
1360 req->last_trb = NULL; in squeeze_transfer_ring()
1375 req->first_trb, req->last_trb, trb); in trb_in_request()
1377 if (trb >= req->first_trb && (trb <= req->last_trb || in trb_in_request()
1378 req->last_trb < req->first_trb)) in trb_in_request()
1381 if (trb < req->first_trb && trb <= req->last_trb && in trb_in_request()
1382 req->last_trb < req->first_trb) in trb_in_request()
1399 __func__, req->first_trb, req->last_trb, enq_trb, trb); in trb_before_request()
[all …]