Lines Matching refs:eps

331 	struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index];  in xhci_ring_ep_doorbell()
357 ep = &xhci->devs[slot_id]->eps[ep_index]; in ring_doorbell_for_active_rings()
381 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_triad_to_transfer_ring()
442 struct xhci_virt_ep *ep = &dev->eps[ep_index]; in xhci_find_new_dequeue_state()
658 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_handle_cmd_stop_ep()
778 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_kill_endpoint_urbs()
922 while (ep_ring->dequeue != dev->eps[ep_index].queued_deq_ptr) { in update_ring_for_set_deq_completion()
929 dev->eps[ep_index].queued_deq_ptr) in update_ring_for_set_deq_completion()
967 ep = &dev->eps[ep_index]; in xhci_handle_cmd_set_deq()
1040 dev->eps[ep_index].ep_state &= ~SET_DEQ_PENDING; in xhci_handle_cmd_set_deq()
1041 dev->eps[ep_index].queued_deq_seg = NULL; in xhci_handle_cmd_set_deq()
1042 dev->eps[ep_index].queued_deq_ptr = NULL; in xhci_handle_cmd_set_deq()
1078 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
1142 ep_state = virt_dev->eps[ep_index].ep_state; in xhci_handle_cmd_config_ep()
1150 virt_dev->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_config_ep()
1738 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_cleanup_halted_endpoint()
2263 ep = &xdev->eps[ep_index]; in handle_tx_event()
3581 ep_ring = xhci->devs[slot_id]->eps[ep_index].ring; in xhci_queue_isoc_tx()
3761 ep_ring = xdev->eps[ep_index].ring; in xhci_queue_isoc_tx_prepare()
3964 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_new_dequeue_state()