Lines Matching defs:slot_ctx
1958 struct xhci_slot_ctx *slot_ctx;
1975 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx);
1976 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK);
1978 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1));
2771 struct xhci_slot_ctx *slot_ctx;
2810 slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx);
2813 trace_xhci_configure_endpoint(slot_ctx);
2889 struct xhci_slot_ctx *slot_ctx;
2928 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx);
2934 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK);
2935 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(i));
3662 struct xhci_slot_ctx *slot_ctx;
3700 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
3701 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) ==
3705 trace_xhci_discover_or_reset_device(slot_ctx);
3819 struct xhci_slot_ctx *slot_ctx;
3839 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
3840 trace_xhci_free_dev(slot_ctx);
3929 struct xhci_slot_ctx *slot_ctx;
3985 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx);
3986 trace_xhci_alloc_dev(slot_ctx);
4022 struct xhci_slot_ctx *slot_ctx;
4054 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
4055 trace_xhci_setup_device_slot(slot_ctx);
4058 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) ==
4073 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx);
4086 if (!slot_ctx->dev_info)
4095 le32_to_cpu(slot_ctx->dev_info) >> 27);
4173 le32_to_cpu(slot_ctx->dev_info) >> 27);
4179 le32_to_cpu(slot_ctx->dev_info) >> 27);
4183 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
4184 udev->devaddr = (u8)(le32_to_cpu(slot_ctx->dev_state) & DEV_ADDR_MASK);
4188 le32_to_cpu(slot_ctx->dev_state) & DEV_ADDR_MASK);
4232 struct xhci_slot_ctx *slot_ctx;
4270 slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx);
4271 slot_ctx->dev_info2 &= cpu_to_le32(~((u32) MAX_EXIT));
4272 slot_ctx->dev_info2 |= cpu_to_le32(max_exit_latency);
4273 slot_ctx->dev_state = 0;
4979 struct xhci_slot_ctx *slot_ctx;
5017 slot_ctx = xhci_get_slot_ctx(xhci, config_cmd->in_ctx);
5018 slot_ctx->dev_info |= cpu_to_le32(DEV_HUB);
5025 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT);
5027 slot_ctx->dev_info &= cpu_to_le32(~DEV_MTT);
5033 slot_ctx->dev_info2 |= cpu_to_le32(XHCI_MAX_PORTS(hdev->maxchild));
5045 slot_ctx->tt_info |=
5052 slot_ctx->dev_state = 0;