Lines Matching defs:slot_ctx
1235 struct xhci_slot_ctx *slot_ctx;
1253 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx);
1254 trace_xhci_handle_cmd_set_deq(slot_ctx);
1268 slot_state = le32_to_cpu(slot_ctx->dev_state);
1385 struct xhci_slot_ctx *slot_ctx;
1391 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
1392 trace_xhci_handle_cmd_disable_slot(slot_ctx);
1459 struct xhci_slot_ctx *slot_ctx;
1462 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx);
1463 trace_xhci_handle_cmd_addr_dev(slot_ctx);
1470 struct xhci_slot_ctx *slot_ctx;
1473 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx);
1474 trace_xhci_handle_cmd_reset_dev(slot_ctx);
2356 struct xhci_slot_ctx *slot_ctx;
2360 slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx);
2395 le32_to_cpu(slot_ctx->tt_info) & TT_SLOT)