Searched refs:end_trb (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/usb/cdns3/ |
D | cdns3-trace.h | 216 __field(int, end_trb) 231 __entry->end_trb = req->end_trb; 244 __entry->end_trb, 531 __field(unsigned int, end_trb) 540 __entry->end_trb = priv_req->end_trb; 548 __entry->end_trb
|
D | cdns3-gadget.c | 1012 priv_req->end_trb = priv_req->start_trb; in cdns3_ep_run_stream_transfer() 1259 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() 2661 ((priv_req->end_trb + 1) * TRB_SIZE))); in cdns3_gadget_ep_dequeue()
|
D | cdns3-gadget.h | 1234 int end_trb; member
|
D | cdnsp-ring.c | 534 union cdnsp_trb *end_trb, in cdnsp_trb_in_td() argument 554 end_trb_dma = cdnsp_trb_virt_to_dma(cur_seg, end_trb); in cdnsp_trb_in_td()
|
/linux-6.1.9/drivers/usb/host/ |
D | xhci-mem.c | 1935 union xhci_trb *end_trb, in xhci_test_trb_in_td() argument 1945 end_dma = xhci_trb_virt_to_dma(input_seg, end_trb); in xhci_test_trb_in_td() 1947 seg = trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, false); in xhci_test_trb_in_td() 1958 end_trb, end_dma); in xhci_test_trb_in_td() 1961 trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, in xhci_test_trb_in_td() 1996 union xhci_trb *end_trb; in xhci_check_trb_in_td_math() member 2003 .end_trb = &xhci->event_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math() 2010 .end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math() 2017 .end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math() 2024 .end_trb = &xhci->event_ring->first_seg->trbs[3], in xhci_check_trb_in_td_math() [all …]
|
D | xhci-ring.c | 2024 union xhci_trb *end_trb, in trb_in_td() argument 2043 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); in trb_in_td()
|
D | xhci.h | 2148 union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug);
|