Searched refs:xhci_ring_alloc (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/usb/host/ |
D | xhci-mem.c | 153 static struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci, in xhci_ring_alloc() function 542 xhci_ring_alloc(xhci, 1, true, mem_flags); in xhci_alloc_stream_info() 767 dev->eps[0].ring = xhci_ring_alloc(xhci, 1, true, flags); in xhci_alloc_virt_device() 1170 xhci_ring_alloc(xhci, 8, true, mem_flags); in xhci_endpoint_init() 1173 xhci_ring_alloc(xhci, 1, true, mem_flags); in xhci_endpoint_init() 1990 xhci->cmd_ring = xhci_ring_alloc(xhci, 1, true, flags); in xhci_mem_init() 2021 xhci->event_ring = xhci_ring_alloc(xhci, ERST_NUM_SEGS, false, flags); in xhci_mem_init()
|