Searched refs:end_trb (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/usb/cdns3/ |
A 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
|
A 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() 2640 ((priv_req->end_trb + 1) * TRB_SIZE))); in cdns3_gadget_ep_dequeue()
|
A D | cdns3-gadget.h | 1234 int end_trb; member
|
A 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/drivers/usb/host/ |
A D | xhci-mem.c | 1938 union xhci_trb *end_trb, in xhci_test_trb_in_td() argument 1948 end_dma = xhci_trb_virt_to_dma(input_seg, end_trb); in xhci_test_trb_in_td() 1961 end_trb, end_dma); in xhci_test_trb_in_td() 1964 trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, in xhci_test_trb_in_td() 1999 union xhci_trb *end_trb; in xhci_check_trb_in_td_math() member 2027 .end_trb = &xhci->event_ring->first_seg->trbs[3], in xhci_check_trb_in_td_math() 2034 .end_trb = &xhci->event_ring->first_seg->trbs[6], in xhci_check_trb_in_td_math() 2041 .end_trb = &xhci->event_ring->first_seg->trbs[1], in xhci_check_trb_in_td_math() 2048 .end_trb = &xhci->event_ring->first_seg->trbs[1], in xhci_check_trb_in_td_math() 2055 .end_trb = &xhci->event_ring->first_seg->trbs[1], in xhci_check_trb_in_td_math() [all …]
|
A D | xhci-ring.c | 2087 union xhci_trb *end_trb, in trb_in_td() argument 2106 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); in trb_in_td()
|
A D | xhci.h | 2120 union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug);
|
Completed in 37 milliseconds