Searched refs:end_trb (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/usb/cdns3/
H A Dcdns3-trace.h212 __field(int, end_trb)
227 __entry->end_trb = req->end_trb;
240 __entry->end_trb,
521 __field(unsigned int, end_trb)
530 __entry->end_trb = priv_req->end_trb;
538 __entry->end_trb
H A Dcdns3-gadget.c1018 priv_req->end_trb = priv_req->start_trb;
1315 priv_req->end_trb = priv_ep->enqueue;
1461 * ET = priv_req->end_trb - index of last TRB in transfer ring
1498 if (priv_req->start_trb < priv_req->end_trb) {
1499 if (priv_ep->dequeue > priv_req->end_trb)
1506 if ((priv_req->start_trb > priv_req->end_trb) &&
1507 (priv_ep->dequeue > priv_req->end_trb) &&
1511 if ((priv_req->start_trb == priv_req->end_trb) &&
1512 (priv_ep->dequeue != priv_req->end_trb))
2737 ((priv_req->end_trb
[all...]
H A Dcdns3-gadget.h1224 * @end_trb: number of the last TRB in transfer ring
1237 int end_trb; member in struct:cdns3_request
H A Dcdnsp-ring.c527 * at end_trb, which may be in another segment. If the suspect DMA address is a
534 union cdnsp_trb *end_trb,
554 end_trb_dma = cdnsp_trb_virt_to_dma(cur_seg, end_trb);
531 cdnsp_trb_in_td(struct cdnsp_device *pdev, struct cdnsp_segment *start_seg, union cdnsp_trb *start_trb, union cdnsp_trb *end_trb, dma_addr_t suspect_dma) argument
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-trace.h288 __field(int, end_trb)
306 __entry->end_trb = preq->end_trb;
319 __entry->end_trb
531 __field(unsigned int, end_trb)
540 __entry->end_trb = priv_req->end_trb;
548 __entry->end_trb
H A Dcdns2-gadget.c607 preq->end_trb = pep->ring.enqueue;
642 preq->end_trb = ring->enqueue;
683 preq->end_trb = ring->enqueue;
854 * ET = preq->end_trb - index of last TRB in transfer ring
901 if (preq->start_trb < preq->end_trb) {
902 if (ring->dequeue > preq->end_trb)
909 if (preq->start_trb > preq->end_trb && ring->dequeue > preq->end_trb &&
913 if (preq->start_trb == preq->end_trb && ring->dequeue != preq->end_trb)
[all...]
H A Dcdns2-gadget.h584 * @end_trb: number of the last TRB in transfer ring.
594 int end_trb; member in struct:cdns2_request
/linux-master/drivers/usb/host/
H A Dxhci.h1881 union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug);
H A Dxhci-ring.c2055 * at end_trb, which may be in another segment. If the suspect DMA address is a
2062 union xhci_trb *end_trb,
2081 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb);
2059 trb_in_td(struct xhci_hcd *xhci, struct xhci_segment *start_seg, union xhci_trb *start_trb, union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug) argument

Completed in 190 milliseconds