Searched refs:last_trb (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/usb/cdns3/
H A Dcdnsp-ring.c459 * (the one after current TD's last_trb). We know the cycle state at
460 * hw_dequeue, so walk the ring until both hw_dequeue and last_trb are
472 if (new_deq == cur_td->last_trb)
515 if (flip_cycle && trb != td->first_trb && trb != td->last_trb)
518 if (trb == td->last_trb)
719 cur_td->last_trb, hw_deq);
939 while (ep_ring->dequeue != td->last_trb)
1028 &td->last_trb->generic);
1117 while (ep_ring->dequeue != td->last_trb)
1160 if (ep_trb == td->last_trb)
[all...]
H A Dcdnsp-trace.h673 __field(union cdnsp_trb *, last_trb)
681 __entry->last_trb = preq->td.last_trb;
688 __entry->last_trb
H A Dcdnsp-gadget.h1181 * @last_trb: Last TRB related with TD.
1192 union cdnsp_trb *last_trb; member in struct:cdnsp_td
/linux-master/drivers/usb/host/
H A Dxhci-ring.c686 * (the one after current TD's last_trb). We know the cycle state at
687 * hw_dequeue, so walk the ring until both hw_dequeue and last_trb are
697 if (new_deq == td->last_trb)
778 if (flip_cycle && trb != td->first_trb && trb != td->last_trb)
781 if (trb == td->last_trb)
1030 trb_in_td(xhci, td->start_seg, td->first_trb, td->last_trb, hw_deq, false)) {
1088 td->last_trb, hw_deq, false))
2251 ep_ring->dequeue = td->last_trb;
2420 if (ep_trb != td->last_trb)
2430 if (ep_trb != td->last_trb)
[all...]
H A Dxhci.h1290 union xhci_trb *last_trb; member in struct:xhci_td
/linux-master/drivers/usb/gadget/udc/
H A Dtegra-xudc.c390 struct tegra_xudc_trb *last_trb; member in struct:tegra_xudc_request
1192 req->last_trb = trb;
1279 req->last_trb = NULL;
1369 req->last_trb = NULL;
1384 req->first_trb, req->last_trb, trb);
1386 if (trb >= req->first_trb && (trb <= req->last_trb ||
1387 req->last_trb < req->first_trb))
1390 if (trb < req->first_trb && trb <= req->last_trb &&
1391 req->last_trb < req->first_trb)
1408 __func__, req->first_trb, req->last_trb, enq_tr
[all...]

Completed in 202 milliseconds