Lines Matching refs:ep_ctx

469 		struct xhci_ep_ctx *ep_ctx  in xhci_find_new_dequeue_state()  local
471 hw_dequeue = le64_to_cpu(ep_ctx->deq); in xhci_find_new_dequeue_state()
961 struct xhci_ep_ctx *ep_ctx; in xhci_handle_cmd_set_deq() local
977 ep_ctx = xhci_get_ep_ctx(xhci, dev->out_ctx, ep_index); in xhci_handle_cmd_set_deq()
990 ep_state = le32_to_cpu(ep_ctx->ep_info); in xhci_handle_cmd_set_deq()
1021 deq = le64_to_cpu(ep_ctx->deq) & ~EP_CTX_CYCLE_MASK; in xhci_handle_cmd_set_deq()
1763 struct xhci_ep_ctx *ep_ctx, in xhci_requires_manual_halt_cleanup() argument
1776 if ((ep_ctx->ep_info & cpu_to_le32(EP_STATE_MASK)) == in xhci_requires_manual_halt_cleanup()
1810 struct xhci_ep_ctx *ep_ctx; in finish_td() local
1819 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in finish_td()
1836 xhci_requires_manual_halt_cleanup(xhci, ep_ctx, in finish_td()
1904 struct xhci_ep_ctx *ep_ctx; in process_ctrl_td() local
1911 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in process_ctrl_td()
1953 ep_ctx, trb_comp_code)) in process_ctrl_td()
2273 struct xhci_ep_ctx *ep_ctx; in handle_tx_event() local
2301 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in handle_tx_event()
2303 (le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK) == in handle_tx_event()
2902 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in prepare_transfer() local
2912 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK, in prepare_transfer()
3014 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, in xhci_queue_intr_tx() local
3019 xhci_interval = EP_INTERVAL_TO_UFRAMES(le32_to_cpu(ep_ctx->ep_info)); in xhci_queue_intr_tx()
3902 struct xhci_ep_ctx *ep_ctx; in xhci_queue_isoc_tx_prepare() local
3914 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in xhci_queue_isoc_tx_prepare()
3924 ret = prepare_ring(xhci, ep_ring, le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK, in xhci_queue_isoc_tx_prepare()
3933 xhci_interval = EP_INTERVAL_TO_UFRAMES(le32_to_cpu(ep_ctx->ep_info)); in xhci_queue_isoc_tx_prepare()
3956 if ((le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK) == in xhci_queue_isoc_tx_prepare()