Lines Matching defs:slot_ctx
1328 struct xhci_slot_ctx *slot_ctx;
1346 slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx);
1347 trace_xhci_handle_cmd_set_deq(slot_ctx);
1361 slot_state = le32_to_cpu(slot_ctx->dev_state);
1475 struct xhci_slot_ctx *slot_ctx;
1481 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
1482 trace_xhci_handle_cmd_disable_slot(slot_ctx);
1526 struct xhci_slot_ctx *slot_ctx;
1531 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx);
1532 trace_xhci_handle_cmd_addr_dev(slot_ctx);
1538 struct xhci_slot_ctx *slot_ctx;
1546 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx);
1547 trace_xhci_handle_cmd_reset_dev(slot_ctx);
2488 struct xhci_slot_ctx *slot_ctx;
2492 slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx);
2527 le32_to_cpu(slot_ctx->tt_info) & TT_SLOT)