Searched refs:end_trb (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/host/
H A Dxhci-mem.c1869 union xhci_trb *end_trb,
1879 end_dma = xhci_trb_virt_to_dma(input_seg, end_trb);
1881 seg = trb_in_td(input_seg, start_trb, end_trb, input_dma);
1892 end_trb, end_dma);
1928 union xhci_trb *end_trb; member in struct:__anon5718
1935 .end_trb = &xhci->event_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1],
1942 .end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1],
1949 .end_trb = &xhci->cmd_ring->first_seg->trbs[TRBS_PER_SEGMENT - 1],
1956 .end_trb = &xhci->event_ring->first_seg->trbs[3],
1963 .end_trb
1866 xhci_test_trb_in_td(struct xhci_hcd *xhci, struct xhci_segment *input_seg, union xhci_trb *start_trb, union xhci_trb *end_trb, dma_addr_t input_dma, struct xhci_segment *result_seg, char *test_name, int test_number) argument
[all...]
H A Dxhci.h1740 union xhci_trb *start_trb, union xhci_trb *end_trb,
H A Dxhci-ring.c1447 * at end_trb, which may be in another segment. If the suspect DMA address is a
1453 union xhci_trb *end_trb,
1471 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb);
1451 trb_in_td(struct xhci_segment *start_seg, union xhci_trb *start_trb, union xhci_trb *end_trb, dma_addr_t suspect_dma) argument

Completed in 156 milliseconds