Home
last modified time | relevance | path

Searched refs:end_trb (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dtrace.h216 __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
H A Dgadget.c1013 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()
1443 if (priv_req->start_trb < priv_req->end_trb) { in cdns3_trb_handled()
1444 if (priv_ep->dequeue > priv_req->end_trb) in cdns3_trb_handled()
1451 if ((priv_req->start_trb > priv_req->end_trb) && in cdns3_trb_handled()
1452 (priv_ep->dequeue > priv_req->end_trb) && in cdns3_trb_handled()
1456 if ((priv_req->start_trb == priv_req->end_trb) && in cdns3_trb_handled()
1457 (priv_ep->dequeue != priv_req->end_trb)) in cdns3_trb_handled()
2650 ((priv_req->end_trb + 1) * TRB_SIZE))); in cdns3_gadget_ep_dequeue()
H A Dgadget.h1232 int end_trb; member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c2054 union xhci_trb *end_trb, in xhci_test_trb_in_td() argument
2064 end_dma = xhci_trb_virt_to_dma(input_seg, end_trb); in xhci_test_trb_in_td()
2066 seg = trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, false); in xhci_test_trb_in_td()
2077 end_trb, end_dma); in xhci_test_trb_in_td()
2080 trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, in xhci_test_trb_in_td()
2115 union xhci_trb *end_trb; in xhci_check_trb_in_td_math() member
2122 .end_trb = &xhci->event_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math()
2129 .end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math()
2136 .end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1], in xhci_check_trb_in_td_math()
2143 .end_trb = &xhci->event_ring->first_seg->trbs[3], in xhci_check_trb_in_td_math()
[all …]
H A Dxhci-ring.c2081 union xhci_trb *end_trb, in trb_in_td() argument
2100 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); in trb_in_td()
H A Dxhci.h2141 union xhci_trb *end_trb, dma_addr_t suspect_dma, bool debug);
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dgadget.c303 while (current_trb != priv_req->end_trb) { in cdns3_move_deq_to_next_trb()
935 priv_req->end_trb = priv_ep->enqueue; in cdns3_ep_run_transfer()
1111 if (priv_req->end_trb >= priv_ep->dequeue && in cdns3_request_handled()
1112 priv_req->end_trb < current_index) in cdns3_request_handled()
1115 if (priv_req->end_trb < current_index || in cdns3_request_handled()
1116 priv_req->end_trb >= priv_ep->dequeue) in cdns3_request_handled()
H A Dgadget.h1203 int end_trb; member