Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c302 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs) in xhci_ring_alloc() function
481 virt_dev->eps[0].ring = xhci_ring_alloc(1, true); in xhci_alloc_virt_device()
525 ctrl->cmd_ring = xhci_ring_alloc(1, true); in xhci_mem_init()
549 ctrl->event_ring = xhci_ring_alloc(ERST_NUM_SEGS, false); in xhci_mem_init()
H A Dxhci.h1264 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs);
H A Dxhci.c573 virt_dev->eps[ep_index].ring = xhci_ring_alloc(1, true); in xhci_set_configuration()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c371 struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci, in xhci_ring_alloc() function
646 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, max_packet, in xhci_alloc_stream_info()
988 dev->eps[0].ring = xhci_ring_alloc(xhci, 2, 1, TYPE_CTRL, 0, flags); in xhci_alloc_virt_device()
1469 xhci_ring_alloc(xhci, 2, 1, ring_type, max_packet, mem_flags); in xhci_endpoint_init()
2249 ir->event_ring = xhci_ring_alloc(xhci, ERST_NUM_SEGS, 1, TYPE_EVENT, in xhci_alloc_interrupter()
2394 xhci->cmd_ring = xhci_ring_alloc(xhci, 1, 1, TYPE_COMMAND, 0, flags); in xhci_mem_init()
H A Dxhci-trace.h486 DEFINE_EVENT(xhci_log_ring, xhci_ring_alloc,
H A Dxhci.h2082 struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci,