Searched refs:end_trb (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/usb/cdns3/ |
| D | trace.h | 210 __field(int, end_trb) 225 __entry->end_trb = req->end_trb; 238 __entry->end_trb, 457 __field(unsigned int, end_trb) 466 __entry->end_trb = priv_req->end_trb; 474 __entry->end_trb
|
| D | gadget.c | 303 while (current_trb != priv_req->end_trb) { in cdns3_move_deq_to_next_trb() 945 priv_req->end_trb = priv_ep->enqueue; in cdns3_ep_run_transfer() 1122 if (priv_req->end_trb >= priv_ep->dequeue && in cdns3_request_handled() 1123 priv_req->end_trb < current_index) in cdns3_request_handled() 1126 if (priv_req->end_trb < current_index || in cdns3_request_handled() 1127 priv_req->end_trb >= priv_ep->dequeue) in cdns3_request_handled()
|
| D | gadget.h | 1203 int end_trb; member
|
| /Linux-v5.4/drivers/usb/host/ |
| D | xhci-mem.c | 1932 union xhci_trb *end_trb, in xhci_test_trb_in_td() argument 1942 end_dma = xhci_trb_virt_to_dma(input_seg, end_trb); in xhci_test_trb_in_td() 1944 seg = trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, false); in xhci_test_trb_in_td() 1955 end_trb, end_dma); in xhci_test_trb_in_td() 1958 trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, in xhci_test_trb_in_td() 1993 union xhci_trb *end_trb; in xhci_check_trb_in_td_math() member 2000 .end_trb = &xhci->event_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math() 2007 .end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math() 2014 .end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math() 2021 .end_trb = &xhci->event_ring->first_seg->trbs[3], in xhci_check_trb_in_td_math() [all …]
|
| D | xhci.h | 2073 union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug);
|
| D | xhci-ring.c | 1751 union xhci_trb *end_trb, in trb_in_td() argument 1770 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); in trb_in_td()
|