Searched refs:xhci_link_segments (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/usb/host/ |
D | xhci-mem.c | 100 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()
|