Searched refs:xhci_link_segments (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/usb/host/ |
D | xhci-mem.c | 99 static void xhci_link_segments(struct xhci_segment *prev, in xhci_link_segments() function 142 xhci_link_segments(ring->enq_seg, first, ring->type, chain_links); in xhci_link_rings() 143 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()
|