Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mem.c1931 union xhci_trb *start_trb, in xhci_test_trb_in_td() argument
1941 start_dma = xhci_trb_virt_to_dma(input_seg, start_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()
1954 start_trb, start_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()
1992 union xhci_trb *start_trb; in xhci_check_trb_in_td_math() member
1999 .start_trb = xhci->event_ring->first_seg->trbs, in xhci_check_trb_in_td_math()
2006 .start_trb = xhci->event_ring->first_seg->trbs, in xhci_check_trb_in_td_math()
2013 .start_trb = xhci->cmd_ring->first_seg->trbs, in xhci_check_trb_in_td_math()
2020 .start_trb = &xhci->event_ring->first_seg->trbs[0], in xhci_check_trb_in_td_math()
[all …]
Dxhci-ring.c1682 union xhci_trb *start_trb, in trb_in_td() argument
1692 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
2947 struct xhci_generic_trb *start_trb) in giveback_first_trb() argument
2955 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
2957 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb()
3122 struct xhci_generic_trb *start_trb; in xhci_queue_bulk_tx() local
3170 start_trb = &ring->enqueue->generic; in xhci_queue_bulk_tx()
3263 start_cycle, start_trb); in xhci_queue_bulk_tx()
3275 struct xhci_generic_trb *start_trb; in xhci_queue_ctrl_tx() local
3315 start_trb = &ep_ring->enqueue->generic; in xhci_queue_ctrl_tx()
[all …]
Dxhci.h2053 struct xhci_segment *start_seg, union xhci_trb *start_trb,