Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-mem.c307 struct xhci_ring *xhci_ring_alloc(struct xhci_ctrl *ctrl, unsigned int num_segs, in xhci_ring_alloc() function
490 virt_dev->eps[0].ring = xhci_ring_alloc(ctrl, 1, true); in xhci_alloc_virt_device()
533 ctrl->cmd_ring = xhci_ring_alloc(ctrl, 1, true); in xhci_mem_init()
557 ctrl->event_ring = xhci_ring_alloc(ctrl, ERST_NUM_SEGS, false); in xhci_mem_init()
A Dxhci.c607 virt_dev->eps[ep_index].ring = xhci_ring_alloc(ctrl, 1, true); in xhci_set_configuration()
/u-boot/include/usb/
A Dxhci.h1260 struct xhci_ring *xhci_ring_alloc(struct xhci_ctrl *ctrl, unsigned int num_segs,

Completed in 16 milliseconds