Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c214 static void xhci_link_segments(struct xhci_segment *prev, in xhci_link_segments() function
325 xhci_link_segments(prev, next, link_trbs); in xhci_ring_alloc()
330 xhci_link_segments(prev, ring->first_seg, link_trbs); in xhci_ring_alloc()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c100 static void xhci_link_segments(struct xhci_segment *prev, in xhci_link_segments() function
143 xhci_link_segments(ring->enq_seg, first, ring->type, chain_links); in xhci_link_rings()
144 xhci_link_segments(last, next, ring->type, chain_links); in xhci_link_rings()
353 xhci_link_segments(prev, next, type, chain_links); in xhci_alloc_segments_for_ring()
358 xhci_link_segments(prev, *first, type, chain_links); in xhci_alloc_segments_for_ring()