Searched refs:xhci_ring_alloc (Results 1 – 3 of 3) sorted by relevance
302 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs) in xhci_ring_alloc() function478 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()
1264 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs);
573 virt_dev->eps[ep_index].ring = xhci_ring_alloc(1, true); in xhci_set_configuration()