Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-mem.c372 struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci, in xhci_ring_alloc() function
411 EXPORT_SYMBOL_GPL(xhci_ring_alloc);
666 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, max_packet, in xhci_alloc_stream_info()
1019 dev->eps[0].ring = xhci_ring_alloc(xhci, 2, 1, TYPE_CTRL, 0, flags); in xhci_alloc_virt_device()
1502 xhci_ring_alloc(xhci, 2, 1, ring_type, max_packet, mem_flags); in xhci_endpoint_init()
2510 xhci->cmd_ring = xhci_ring_alloc(xhci, 1, 1, TYPE_COMMAND, 0, flags); in xhci_mem_init()
2551 xhci->event_ring = xhci_ring_alloc(xhci, ERST_NUM_SEGS, 1, TYPE_EVENT, in xhci_mem_init()
Dxhci-trace.h493 DEFINE_EVENT(xhci_log_ring, xhci_ring_alloc,
Dxhci.h2064 struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci,