Lines Matching refs:eps
392 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_ring_ep_doorbell()
418 ep = &xhci->devs[slot_id]->eps[ep_index]; in ring_doorbell_for_active_rings()
446 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_triad_to_transfer_ring()
486 ep = &vdev->eps[ep_index]; in xhci_get_hw_deq()
520 struct xhci_virt_ep *ep = &dev->eps[ep_index]; in xhci_find_new_dequeue_state()
716 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_handle_cmd_stop_ep()
851 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_kill_endpoint_urbs()
994 while (ep_ring->dequeue != dev->eps[ep_index].queued_deq_ptr) { in update_ring_for_set_deq_completion()
1000 dev->eps[ep_index].queued_deq_ptr) in update_ring_for_set_deq_completion()
1038 ep = &dev->eps[ep_index]; in xhci_handle_cmd_set_deq()
1112 dev->eps[ep_index].ep_state &= ~SET_DEQ_PENDING; in xhci_handle_cmd_set_deq()
1113 dev->eps[ep_index].queued_deq_seg = NULL; in xhci_handle_cmd_set_deq()
1114 dev->eps[ep_index].queued_deq_ptr = NULL; in xhci_handle_cmd_set_deq()
1156 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
1229 ep_state = virt_dev->eps[ep_index].ep_state; in xhci_handle_cmd_config_ep()
1237 virt_dev->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_config_ep()
1746 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_cleanup_halted_endpoint()
2226 ep = &xdev->eps[ep_index]; in handle_tx_event()
3553 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx()
3554 ep_ring = xhci->devs[slot_id]->eps[ep_index].ring; in xhci_queue_isoc_tx()
3743 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx_prepare()
3744 ep_ring = xdev->eps[ep_index].ring; in xhci_queue_isoc_tx_prepare()
3958 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_new_dequeue_state()