Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c273 static struct xhci_segment *xhci_segment_alloc(void) in xhci_segment_alloc() function
313 ring->first_seg = xhci_segment_alloc(); in xhci_ring_alloc()
322 next = xhci_segment_alloc(); in xhci_ring_alloc()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c29 static struct xhci_segment *xhci_segment_alloc(struct xhci_hcd *xhci, in xhci_segment_alloc() function
334 prev = xhci_segment_alloc(xhci, cycle_state, max_packet, flags); in xhci_alloc_segments_for_ring()
343 next = xhci_segment_alloc(xhci, cycle_state, max_packet, flags); in xhci_alloc_segments_for_ring()