Searched refs:xhci_ring_alloc (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | xhci-mem.c | 362 static struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci, in xhci_ring_alloc() function 711 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, mem_flags); in xhci_alloc_stream_info() 1008 dev->eps[0].ring = xhci_ring_alloc(xhci, 2, 1, TYPE_CTRL, flags); in xhci_alloc_virt_device() 1425 xhci_ring_alloc(xhci, 2, 1, type, mem_flags); in xhci_endpoint_init() 2413 xhci->cmd_ring = xhci_ring_alloc(xhci, 1, 1, TYPE_COMMAND, flags); in xhci_mem_init() 2457 xhci->event_ring = xhci_ring_alloc(xhci, ERST_NUM_SEGS, 1, TYPE_EVENT, in xhci_mem_init()
|