Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c303 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs) in xhci_ring_alloc() function
482 virt_dev->eps[0].ring = xhci_ring_alloc(1, true); in xhci_alloc_virt_device()
526 ctrl->cmd_ring = xhci_ring_alloc(1, true); in xhci_mem_init()
550 ctrl->event_ring = xhci_ring_alloc(ERST_NUM_SEGS, false); in xhci_mem_init()
H A Dxhci.c577 virt_dev->eps[ep_index].ring = xhci_ring_alloc(1, true); in xhci_set_configuration()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1266 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs);