Searched refs:start_trb (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | xhci-mem.c | 1896 union xhci_trb *start_trb, in xhci_test_trb_in_td() argument 1906 start_dma = xhci_trb_virt_to_dma(input_seg, start_trb); in xhci_test_trb_in_td() 1909 seg = trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, false); in xhci_test_trb_in_td() 1919 start_trb, start_dma, in xhci_test_trb_in_td() 1923 trb_in_td(xhci, input_seg, start_trb, end_trb, input_dma, in xhci_test_trb_in_td() 1957 union xhci_trb *start_trb; in xhci_check_trb_in_td_math() member 1964 .start_trb = xhci->event_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 1971 .start_trb = xhci->event_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 1978 .start_trb = xhci->cmd_ring->first_seg->trbs, in xhci_check_trb_in_td_math() 1985 .start_trb = &xhci->event_ring->first_seg->trbs[0], in xhci_check_trb_in_td_math() [all …]
|
D | xhci-ring.c | 1674 union xhci_trb *start_trb, in trb_in_td() argument 1684 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td() 2952 struct xhci_generic_trb *start_trb) in giveback_first_trb() argument 2960 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb() 2962 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb() 3062 struct xhci_generic_trb *start_trb; in queue_bulk_sg_tx() local 3102 start_trb = &ep_ring->enqueue->generic; in queue_bulk_sg_tx() 3211 start_cycle, start_trb); in queue_bulk_sg_tx() 3223 struct xhci_generic_trb *start_trb; in xhci_queue_bulk_tx() local 3287 start_trb = &ep_ring->enqueue->generic; in xhci_queue_bulk_tx() [all …]
|
D | xhci.h | 1803 struct xhci_segment *start_seg, union xhci_trb *start_trb,
|