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()
453 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_triad_to_transfer_ring()
493 ep = &vdev->eps[ep_index]; in xhci_get_hw_deq()
527 struct xhci_virt_ep *ep = &dev->eps[ep_index]; in xhci_find_new_dequeue_state()
727 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_handle_cmd_stop_ep()
862 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_kill_endpoint_urbs()
1005 while (ep_ring->dequeue != dev->eps[ep_index].queued_deq_ptr) { in update_ring_for_set_deq_completion()
1011 dev->eps[ep_index].queued_deq_ptr) in update_ring_for_set_deq_completion()
1049 ep = &dev->eps[ep_index]; in xhci_handle_cmd_set_deq()
1123 dev->eps[ep_index].ep_state &= ~SET_DEQ_PENDING; in xhci_handle_cmd_set_deq()
1124 dev->eps[ep_index].queued_deq_seg = NULL; in xhci_handle_cmd_set_deq()
1125 dev->eps[ep_index].queued_deq_ptr = NULL; in xhci_handle_cmd_set_deq()
1167 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
1244 ep_state = virt_dev->eps[ep_index].ep_state; in xhci_handle_cmd_config_ep()
1252 virt_dev->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_config_ep()
1831 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_cleanup_halted_endpoint()
2335 ep = &xdev->eps[ep_index]; in handle_tx_event()
3685 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx()
3686 ep_ring = xhci->devs[slot_id]->eps[ep_index].ring; in xhci_queue_isoc_tx()
3875 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx_prepare()
3876 ep_ring = xdev->eps[ep_index].ring; in xhci_queue_isoc_tx_prepare()
4090 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_new_dequeue_state()