Searched refs:start_trb (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/usb/cdns3/ |
| D | trace.h | 215 __field(int, start_trb) 231 __entry->start_trb = req->start_trb; 245 __entry->start_trb, 533 __field(unsigned int, start_trb) 542 __entry->start_trb = priv_req->start_trb; 550 __entry->enqueue_idx, __entry->start_trb,
|
| D | gadget.c | 358 int current_trb = priv_req->start_trb; in cdns3_move_deq_to_next_trb() 1025 priv_req->start_trb = priv_ep->enqueue; in cdns3_ep_run_stream_transfer() 1026 priv_req->end_trb = priv_req->start_trb; in cdns3_ep_run_stream_transfer() 1151 priv_req->start_trb = priv_ep->enqueue; in cdns3_ep_run_transfer() 1344 priv_req->start_trb * TRB_SIZE), in cdns3_ep_run_transfer() 1442 if (priv_req->start_trb < priv_req->end_trb) { in cdns3_trb_handled() 1446 if (priv_ep->dequeue < priv_req->start_trb) in cdns3_trb_handled() 1450 if ((priv_req->start_trb > priv_req->end_trb) && in cdns3_trb_handled() 1452 (priv_ep->dequeue < priv_req->start_trb)) in cdns3_trb_handled() 1455 if ((priv_req->start_trb == priv_req->end_trb) && in cdns3_trb_handled()
|
| D | gadget.h | 1231 int start_trb; member
|
| /Linux-v5.10/drivers/usb/host/ |
| D | xhci-mem.c | 1950 union xhci_trb *start_trb, in xhci_test_trb_in_td() argument 1960 start_dma = xhci_trb_virt_to_dma(input_seg, start_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() 1973 start_trb, start_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() 2011 union xhci_trb *start_trb; in xhci_check_trb_in_td_math() member 2018 .start_trb = xhci->event_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 2025 .start_trb = xhci->event_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 2032 .start_trb = xhci->cmd_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 2039 .start_trb = &xhci->event_ring->first_seg->trbs[0], in xhci_check_trb_in_td_math() [all …]
|
| D | xhci-ring.c | 1776 union xhci_trb *start_trb, in trb_in_td() argument 1786 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td() 3130 struct xhci_generic_trb *start_trb) in giveback_first_trb() argument 3138 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb() 3140 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb() 3310 struct xhci_generic_trb *start_trb; in xhci_queue_bulk_tx() local 3358 start_trb = &ring->enqueue->generic; in xhci_queue_bulk_tx() 3458 start_cycle, start_trb); in xhci_queue_bulk_tx() 3470 struct xhci_generic_trb *start_trb; in xhci_queue_ctrl_tx() local 3510 start_trb = &ep_ring->enqueue->generic; in xhci_queue_ctrl_tx() [all …]
|
| D | xhci.h | 2089 struct xhci_segment *start_seg, union xhci_trb *start_trb,
|