Home
last modified time | relevance | path

Searched refs:start_seg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-ring.c87 static union xhci_trb *xhci_dma_to_trb(struct xhci_segment *start_seg, in xhci_dma_to_trb() argument
93 xhci_for_each_ring_seg(start_seg, seg) { in xhci_dma_to_trb()
310 struct xhci_segment *start_seg, union xhci_trb *start_trb, in dma_in_range() argument
315 union xhci_trb *pos_trb = xhci_dma_to_trb(start_seg, dma, &pos_seg); in dma_in_range()
322 start = trb_to_pos(start_seg, start_trb); in dma_in_range()
335 return dma_in_range(suspect_dma, td->start_seg, td->start_trb, in trb_in_td()
735 ep->queued_deq_seg = td->start_seg; in xhci_move_deq_to_next_td()
787 struct xhci_segment *seg = td->start_seg; in td_to_noop()
869 for (seg = td->start_seg; i++ < ring->num_segs; seg = seg->next) { in xhci_unmap_td_bounce_buffer()
1056 td->start_seg, td->start_trb), in xhci_invalidate_cancelled_tds()
[all …]
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1206 struct cdnsp_segment *start_seg; member