Lines Matching refs:eps

407 			virt_dev->eps[ep_index].ring;  in xhci_free_or_cache_endpoint_ring()
414 xhci_ring_free(xhci, virt_dev->eps[ep_index].ring); in xhci_free_or_cache_endpoint_ring()
419 virt_dev->eps[ep_index].ring = NULL; in xhci_free_or_cache_endpoint_ring()
634 struct xhci_virt_ep *ep = &dev->eps[ep_index]; in xhci_stream_id_to_ring()
932 if (dev->eps[i].ring) in xhci_free_virt_device()
933 xhci_ring_free(xhci, dev->eps[i].ring); in xhci_free_virt_device()
934 if (dev->eps[i].stream_info) in xhci_free_virt_device()
936 dev->eps[i].stream_info); in xhci_free_virt_device()
942 if (!list_empty(&dev->eps[i].bw_endpoint_list)) in xhci_free_virt_device()
1002 xhci_init_endpoint_timer(xhci, &dev->eps[i]); in xhci_alloc_virt_device()
1003 INIT_LIST_HEAD(&dev->eps[i].cancelled_td_list); in xhci_alloc_virt_device()
1004 INIT_LIST_HEAD(&dev->eps[i].bw_endpoint_list); in xhci_alloc_virt_device()
1008 dev->eps[0].ring = xhci_ring_alloc(xhci, 2, 1, TYPE_CTRL, flags); in xhci_alloc_virt_device()
1009 if (!dev->eps[0].ring) in xhci_alloc_virt_device()
1045 ep_ring = virt_dev->eps[0].ring; in xhci_copy_ep0_dequeue_into_input_ctx()
1197 ep0_ctx->deq = cpu_to_le64(dev->eps[0].ring->first_seg->dma | in xhci_setup_addressable_virt_dev()
1198 dev->eps[0].ring->cycle_state); in xhci_setup_addressable_virt_dev()
1424 virt_dev->eps[ep_index].new_ring = in xhci_endpoint_init()
1426 if (!virt_dev->eps[ep_index].new_ring) { in xhci_endpoint_init()
1431 virt_dev->eps[ep_index].new_ring = in xhci_endpoint_init()
1434 xhci_reinit_cached_ring(xhci, virt_dev->eps[ep_index].new_ring, in xhci_endpoint_init()
1437 virt_dev->eps[ep_index].skip = false; in xhci_endpoint_init()
1438 ep_ring = virt_dev->eps[ep_index].new_ring; in xhci_endpoint_init()
1554 bw_info = &virt_dev->eps[i].bw_info; in xhci_update_bw_info()