Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-mem.c302 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs) in xhci_ring_alloc() function
478 virt_dev->eps[0].ring = xhci_ring_alloc(1, true); in xhci_alloc_virt_device()
522 ctrl->cmd_ring = xhci_ring_alloc(1, true); in xhci_mem_init()
546 ctrl->event_ring = xhci_ring_alloc(ERST_NUM_SEGS, false); in xhci_mem_init()
Dxhci.h1264 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs);
Dxhci.c573 virt_dev->eps[ep_index].ring = xhci_ring_alloc(1, true); in xhci_set_configuration()