Searched refs:end_trb (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/usb/cdns3/ |
| D | trace.h | 216 __field(int, end_trb) 232 __entry->end_trb = req->end_trb; 246 __entry->end_trb, 534 __field(unsigned int, end_trb) 543 __entry->end_trb = priv_req->end_trb; 551 __entry->end_trb
|
| D | gadget.c | 360 while (current_trb != priv_req->end_trb) { in cdns3_move_deq_to_next_trb() 1026 priv_req->end_trb = priv_req->start_trb; in cdns3_ep_run_stream_transfer() 1260 priv_req->end_trb = priv_ep->enqueue; in cdns3_ep_run_transfer() 1442 if (priv_req->start_trb < priv_req->end_trb) { in cdns3_trb_handled() 1443 if (priv_ep->dequeue > priv_req->end_trb) in cdns3_trb_handled() 1450 if ((priv_req->start_trb > priv_req->end_trb) && in cdns3_trb_handled() 1451 (priv_ep->dequeue > priv_req->end_trb) && in cdns3_trb_handled() 1455 if ((priv_req->start_trb == priv_req->end_trb) && in cdns3_trb_handled() 1456 (priv_ep->dequeue != priv_req->end_trb)) in cdns3_trb_handled() 2641 ((priv_req->end_trb + 1) * TRB_SIZE))); in cdns3_gadget_ep_dequeue()
|
| D | gadget.h | 1232 int end_trb; member
|
| /Linux-v5.10/drivers/usb/host/ |
| D | xhci-mem.c | 1951 union xhci_trb *end_trb, in xhci_test_trb_in_td() argument 1961 end_dma = xhci_trb_virt_to_dma(input_seg, end_trb); in xhci_test_trb_in_td() 1963 seg = trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, false); in xhci_test_trb_in_td() 1974 end_trb, end_dma); in xhci_test_trb_in_td() 1977 trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, in xhci_test_trb_in_td() 2012 union xhci_trb *end_trb; in xhci_check_trb_in_td_math() member 2019 .end_trb = &xhci->event_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math() 2026 .end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math() 2033 .end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math() 2040 .end_trb = &xhci->event_ring->first_seg->trbs[3], in xhci_check_trb_in_td_math() [all …]
|
| D | xhci-ring.c | 1777 union xhci_trb *end_trb, in trb_in_td() argument 1796 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); in trb_in_td()
|
| D | xhci.h | 2090 union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug);
|