Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-dbgcap.c382 dbc->ring_evt = xhci_ring_alloc(xhci, 1, 1, TYPE_EVENT, 0, flags); in xhci_dbc_mem_init()
386 dbc->ring_in = xhci_ring_alloc(xhci, 1, 1, TYPE_BULK, 0, flags); in xhci_dbc_mem_init()
390 dbc->ring_out = xhci_ring_alloc(xhci, 1, 1, TYPE_BULK, 0, flags); in xhci_dbc_mem_init()
Dxhci-mem.c362 struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci, in xhci_ring_alloc() function
672 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, max_packet, in xhci_alloc_stream_info()
1012 dev->eps[0].ring = xhci_ring_alloc(xhci, 2, 1, TYPE_CTRL, 0, flags); in xhci_alloc_virt_device()
1490 xhci_ring_alloc(xhci, 2, 1, ring_type, max_packet, mem_flags); in xhci_endpoint_init()
2454 xhci->cmd_ring = xhci_ring_alloc(xhci, 1, 1, TYPE_COMMAND, 0, flags); in xhci_mem_init()
2495 xhci->event_ring = xhci_ring_alloc(xhci, ERST_NUM_SEGS, 1, TYPE_EVENT, in xhci_mem_init()
Dxhci-trace.h476 DEFINE_EVENT(xhci_log_ring, xhci_ring_alloc,
Dxhci.h1979 struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci,