Searched refs:xhci_alloc_segments_for_ring (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/usb/host/ |
D | xhci-mem.c | 326 static int xhci_alloc_segments_for_ring(struct xhci_hcd *xhci, in xhci_alloc_segments_for_ring() function 395 ret = xhci_alloc_segments_for_ring(xhci, &ring->first_seg, &ring->last_seg, num_segs, in xhci_ring_alloc() 434 ret = xhci_alloc_segments_for_ring(xhci, &first, &last, num_new_segs, ring->cycle_state, in xhci_ring_expansion()
|