Home
last modified time | relevance | path

Searched refs:start_trb (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/cdns3/
A Dcdns3-trace.h215 __field(int, start_trb)
230 __entry->start_trb = req->start_trb;
243 __entry->start_trb,
530 __field(unsigned int, start_trb)
539 __entry->start_trb = priv_req->start_trb;
547 __entry->enqueue_idx, __entry->start_trb,
A Dcdnsp-ring.c533 union cdnsp_trb *start_trb, in cdnsp_trb_in_td() argument
543 start_dma = cdnsp_trb_virt_to_dma(start_seg, start_trb); in cdnsp_trb_in_td()
967 struct cdnsp_generic_trb *start_trb) in cdnsp_giveback_first_trb() argument
976 start_trb->field[3] |= cpu_to_le32(start_cycle); in cdnsp_giveback_first_trb()
978 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in cdnsp_giveback_first_trb()
1853 struct cdnsp_generic_trb *start_trb; in cdnsp_queue_bulk_tx() local
1902 start_trb = &ring->enqueue->generic; in cdnsp_queue_bulk_tx()
1990 start_cycle, start_trb); in cdnsp_queue_bulk_tx()
2169 struct cdnsp_generic_trb *start_trb; in cdnsp_queue_isoc_tx() local
2180 start_trb = &ep_ring->enqueue->generic; in cdnsp_queue_isoc_tx()
[all …]
A Dcdns3-gadget.c1011 priv_req->start_trb = priv_ep->enqueue; in cdns3_ep_run_stream_transfer()
1012 priv_req->end_trb = priv_req->start_trb; in cdns3_ep_run_stream_transfer()
1150 priv_req->start_trb = priv_ep->enqueue; in cdns3_ep_run_transfer()
1343 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()
A Dcdns3-gadget.h1233 int start_trb; member
/linux/drivers/usb/host/
A Dxhci-mem.c1937 union xhci_trb *start_trb, in xhci_test_trb_in_td() argument
1947 start_dma = xhci_trb_virt_to_dma(input_seg, start_trb); in xhci_test_trb_in_td()
1960 start_trb, start_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()
1998 union xhci_trb *start_trb; in xhci_check_trb_in_td_math() member
2005 .start_trb = xhci->event_ring->first_seg->trbs, in xhci_check_trb_in_td_math()
2012 .start_trb = xhci->event_ring->first_seg->trbs, in xhci_check_trb_in_td_math()
2019 .start_trb = xhci->cmd_ring->first_seg->trbs, in xhci_check_trb_in_td_math()
2026 .start_trb = &xhci->event_ring->first_seg->trbs[0], in xhci_check_trb_in_td_math()
2033 .start_trb = &xhci->event_ring->first_seg->trbs[3], in xhci_check_trb_in_td_math()
[all …]
A Dxhci-ring.c2086 union xhci_trb *start_trb, in trb_in_td() argument
3399 struct xhci_generic_trb *start_trb) in giveback_first_trb() argument
3583 struct xhci_generic_trb *start_trb; in xhci_queue_bulk_tx() local
3631 start_trb = &ring->enqueue->generic; in xhci_queue_bulk_tx()
3733 start_cycle, start_trb); in xhci_queue_bulk_tx()
3745 struct xhci_generic_trb *start_trb; in xhci_queue_ctrl_tx() local
3786 start_trb = &ep_ring->enqueue->generic; in xhci_queue_ctrl_tx()
3868 start_cycle, start_trb); in xhci_queue_ctrl_tx()
4042 struct xhci_generic_trb *start_trb; in xhci_queue_isoc_tx() local
4062 start_trb = &ep_ring->enqueue->generic; in xhci_queue_isoc_tx()
[all …]
A Dxhci.h2119 struct xhci_segment *start_seg, union xhci_trb *start_trb,

Completed in 39 milliseconds