Searched refs:xhci_ring_alloc (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/host/
H A Dxhci-mem.c229 static struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci, function
645 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, mem_flags);
960 dev->eps[0].ring = xhci_ring_alloc(xhci, 2, 1, TYPE_CTRL, flags);
1407 xhci_ring_alloc(xhci, 2, 1, type, mem_flags);
2338 xhci->cmd_ring = xhci_ring_alloc(xhci, 1, 1, TYPE_COMMAND, flags);
2369 xhci->event_ring = xhci_ring_alloc(xhci, ERST_NUM_SEGS, 1, TYPE_EVENT,

Completed in 13 milliseconds