Lines Matching refs:ep_ctx
531 struct xhci_ep_ctx *ep_ctx;
541 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index);
542 return le64_to_cpu(ep_ctx->deq);
941 struct xhci_ep_ctx *ep_ctx;
961 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index);
962 trace_xhci_handle_cmd_stop_ep(ep_ctx);
1234 struct xhci_ep_ctx *ep_ctx;
1252 ep_ctx = xhci_get_ep_ctx(xhci, dev->out_ctx, ep_index);
1255 trace_xhci_handle_cmd_set_deq_ep(ep_ctx);
1267 ep_state = GET_EP_CTX_STATE(ep_ctx);
1297 deq = le64_to_cpu(ep_ctx->deq) & ~EP_CTX_CYCLE_MASK;
1328 struct xhci_ep_ctx *ep_ctx;
1337 ep_ctx = xhci_get_ep_ctx(xhci, vdev->out_ctx, ep_index);
1338 trace_xhci_handle_cmd_reset_ep(ep_ctx);
1404 struct xhci_ep_ctx *ep_ctx;
1429 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, ep_index);
1430 trace_xhci_handle_cmd_config_ep(ep_ctx);
2029 struct xhci_ep_ctx *ep_ctx,
2042 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_HALTED)
2066 struct xhci_ep_ctx *ep_ctx;
2068 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep->ep_index);
2080 xhci_requires_manual_halt_cleanup(xhci, ep_ctx,
2130 struct xhci_ep_ctx *ep_ctx;
2136 ep_ctx = xhci_get_ep_ctx(xhci, ep->vdev->out_ctx, ep->ep_index);
2181 ep_ctx, trb_comp_code))
2442 struct xhci_ep_ctx *ep_ctx;
2461 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index);
2463 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) {
2666 xhci_requires_manual_halt_cleanup(xhci, ep_ctx,
2792 xhci_requires_manual_halt_cleanup(xhci, ep_ctx,
3168 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index);
3177 ret = prepare_ring(xhci, ep_ring, GET_EP_CTX_STATE(ep_ctx),
3278 struct xhci_ep_ctx *ep_ctx)
3283 xhci_interval = EP_INTERVAL_TO_UFRAMES(le32_to_cpu(ep_ctx->ep_info));
3316 struct xhci_ep_ctx *ep_ctx;
3318 ep_ctx = xhci_get_ep_ctx(xhci, xhci->devs[slot_id]->out_ctx, ep_index);
3319 check_interval(xhci, urb, ep_ctx);
4097 struct xhci_ep_ctx *ep_ctx;
4107 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index);
4117 ret = prepare_ring(xhci, ep_ring, GET_EP_CTX_STATE(ep_ctx),
4126 check_interval(xhci, urb, ep_ctx);
4130 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_RUNNING) {