Lines Matching defs:slot_ctx
1979 struct xhci_slot_ctx *slot_ctx;
1996 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx);
1997 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK);
1999 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1));
2799 struct xhci_slot_ctx *slot_ctx;
2838 slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx);
2841 trace_xhci_configure_endpoint(slot_ctx);
2917 struct xhci_slot_ctx *slot_ctx;
2956 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx);
2962 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK);
2963 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(i));
3770 struct xhci_slot_ctx *slot_ctx;
3808 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
3809 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) ==
3813 trace_xhci_discover_or_reset_device(slot_ctx);
3927 struct xhci_slot_ctx *slot_ctx;
3947 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
3948 trace_xhci_free_dev(slot_ctx);
4039 struct xhci_slot_ctx *slot_ctx;
4094 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx);
4095 trace_xhci_alloc_dev(slot_ctx);
4131 struct xhci_slot_ctx *slot_ctx;
4163 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
4164 trace_xhci_setup_device_slot(slot_ctx);
4167 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) ==
4182 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx);
4195 if (!slot_ctx->dev_info)
4204 le32_to_cpu(slot_ctx->dev_info) >> 27);
4284 le32_to_cpu(slot_ctx->dev_info) >> 27);
4290 le32_to_cpu(slot_ctx->dev_info) >> 27);
4294 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
4295 udev->devaddr = (u8)(le32_to_cpu(slot_ctx->dev_state) & DEV_ADDR_MASK);
4299 le32_to_cpu(slot_ctx->dev_state) & DEV_ADDR_MASK);
4343 struct xhci_slot_ctx *slot_ctx;
4376 slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx);
4377 slot_ctx->dev_info2 &= cpu_to_le32(~((u32) MAX_EXIT));
4378 slot_ctx->dev_info2 |= cpu_to_le32(max_exit_latency);
4379 slot_ctx->dev_state = 0;
5107 struct xhci_slot_ctx *slot_ctx;
5145 slot_ctx = xhci_get_slot_ctx(xhci, config_cmd->in_ctx);
5146 slot_ctx->dev_info |= cpu_to_le32(DEV_HUB);
5153 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT);
5155 slot_ctx->dev_info &= cpu_to_le32(~DEV_MTT);
5161 slot_ctx->dev_info2 |= cpu_to_le32(XHCI_MAX_PORTS(hdev->maxchild));
5173 slot_ctx->tt_info |=
5180 slot_ctx->dev_state = 0;