Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/cdns2/
A Dcdns2-trace.h287 __field(int, start_trb)
305 __entry->start_trb = preq->start_trb;
318 __entry->start_trb,
530 __field(unsigned int, start_trb)
539 __entry->start_trb = priv_req->start_trb;
547 __entry->enqueue_idx, __entry->start_trb,
A Dcdns2-gadget.c784 preq->start_trb = ring->enqueue; in cdns2_ep_run_transfer()
902 if (preq->start_trb < preq->end_trb) { in cdns2_trb_handled()
906 if (ring->dequeue < preq->start_trb) in cdns2_trb_handled()
910 if (preq->start_trb > preq->end_trb && ring->dequeue > preq->end_trb && in cdns2_trb_handled()
911 ring->dequeue < preq->start_trb) in cdns2_trb_handled()
914 if (preq->start_trb == preq->end_trb && ring->dequeue != preq->end_trb) in cdns2_trb_handled()
A Dcdns2-gadget.h602 int start_trb; member
/drivers/usb/cdns3/
A Dcdns3-trace.h211 __field(int, start_trb)
226 __entry->start_trb = req->start_trb;
239 __entry->start_trb,
520 __field(unsigned int, start_trb)
529 __entry->start_trb = priv_req->start_trb;
537 __entry->enqueue_idx, __entry->start_trb,
A Dcdnsp-ring.c534 union cdnsp_trb *start_trb, in cdnsp_trb_in_td() argument
544 start_dma = cdnsp_trb_virt_to_dma(start_seg, start_trb); in cdnsp_trb_in_td()
972 struct cdnsp_generic_trb *start_trb) in cdnsp_giveback_first_trb() argument
981 start_trb->field[3] |= cpu_to_le32(start_cycle); in cdnsp_giveback_first_trb()
983 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in cdnsp_giveback_first_trb()
1868 struct cdnsp_generic_trb *start_trb; in cdnsp_queue_bulk_tx() local
1934 start_trb = &ring->enqueue->generic; in cdnsp_queue_bulk_tx()
2037 start_cycle, start_trb); in cdnsp_queue_bulk_tx()
2226 struct cdnsp_generic_trb *start_trb; in cdnsp_queue_isoc_tx() local
2258 start_trb = &ep_ring->enqueue->generic; in cdnsp_queue_isoc_tx()
[all …]
A Dcdns3-gadget.c1017 priv_req->start_trb = priv_ep->enqueue; in cdns3_ep_run_stream_transfer()
1018 priv_req->end_trb = priv_req->start_trb; in cdns3_ep_run_stream_transfer()
1157 priv_req->start_trb = priv_ep->enqueue; in cdns3_ep_run_transfer()
1399 priv_req->start_trb * TRB_SIZE), in cdns3_ep_run_transfer()
1498 if (priv_req->start_trb < priv_req->end_trb) { in cdns3_trb_handled()
1502 if (priv_ep->dequeue < priv_req->start_trb) in cdns3_trb_handled()
1506 if ((priv_req->start_trb > priv_req->end_trb) && in cdns3_trb_handled()
1508 (priv_ep->dequeue < priv_req->start_trb)) in cdns3_trb_handled()
1511 if ((priv_req->start_trb == priv_req->end_trb) && in cdns3_trb_handled()
A Dcdns3-gadget.h1236 int start_trb; member
/drivers/usb/host/
A Dxhci-ring.c803 union xhci_trb *trb = td->start_trb; in td_to_noop()
2295 union xhci_trb *trb = td->start_trb; in sum_trb_lengths()
3384 td->start_trb = ep_ring->enqueue; in prepare_transfer()
3449 struct xhci_generic_trb *start_trb) in giveback_first_trb() argument
3632 struct xhci_generic_trb *start_trb; in xhci_queue_bulk_tx() local
3680 start_trb = &ring->enqueue->generic; in xhci_queue_bulk_tx()
3780 start_cycle, start_trb); in xhci_queue_bulk_tx()
3792 struct xhci_generic_trb *start_trb; in xhci_queue_ctrl_tx() local
3928 start_cycle, start_trb); in xhci_queue_ctrl_tx()
4100 struct xhci_generic_trb *start_trb; in xhci_queue_isoc_tx() local
[all …]
A Dxhci.h1310 union xhci_trb *start_trb; member
A Dxhci.c1829 urb_priv->td[i].start_trb)); in xhci_urb_dequeue()

Completed in 48 milliseconds