slot_ctx 16 drivers/usb/host/xhci-dbg.c struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx); slot_ctx 17 drivers/usb/host/xhci-dbg.c int state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); slot_ctx 259 drivers/usb/host/xhci-debugfs.c struct xhci_slot_ctx *slot_ctx; slot_ctx 264 drivers/usb/host/xhci-debugfs.c slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); slot_ctx 266 drivers/usb/host/xhci-debugfs.c xhci_decode_slot_context(le32_to_cpu(slot_ctx->dev_info), slot_ctx 267 drivers/usb/host/xhci-debugfs.c le32_to_cpu(slot_ctx->dev_info2), slot_ctx 268 drivers/usb/host/xhci-debugfs.c le32_to_cpu(slot_ctx->tt_info), slot_ctx 269 drivers/usb/host/xhci-debugfs.c le32_to_cpu(slot_ctx->dev_state))); slot_ctx 1096 drivers/usb/host/xhci-mem.c struct xhci_slot_ctx *slot_ctx; slot_ctx 1109 drivers/usb/host/xhci-mem.c slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx); slot_ctx 1112 drivers/usb/host/xhci-mem.c slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1) | udev->route); slot_ctx 1115 drivers/usb/host/xhci-mem.c slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_SSP); slot_ctx 1119 drivers/usb/host/xhci-mem.c slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_SS); slot_ctx 1123 drivers/usb/host/xhci-mem.c slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_HS); slot_ctx 1128 drivers/usb/host/xhci-mem.c slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_FS); slot_ctx 1132 drivers/usb/host/xhci-mem.c slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_LS); slot_ctx 1147 drivers/usb/host/xhci-mem.c slot_ctx->dev_info2 |= cpu_to_le32(ROOT_HUB_PORT(port_num)); slot_ctx 1189 drivers/usb/host/xhci-mem.c slot_ctx->tt_info = cpu_to_le32(udev->tt->hub->slot_id | slot_ctx 1192 drivers/usb/host/xhci-mem.c slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); slot_ctx 598 drivers/usb/host/xhci-mtk-sch.c struct xhci_slot_ctx *slot_ctx; slot_ctx 610 drivers/usb/host/xhci-mtk-sch.c slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); slot_ctx 619 drivers/usb/host/xhci-mtk-sch.c if (!need_bw_sch(ep, udev->speed, slot_ctx->tt_info & TT_SLOT)) { slot_ctx 670 drivers/usb/host/xhci-mtk-sch.c struct xhci_slot_ctx *slot_ctx; slot_ctx 679 drivers/usb/host/xhci-mtk-sch.c slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); slot_ctx 687 drivers/usb/host/xhci-mtk-sch.c if (!need_bw_sch(ep, udev->speed, slot_ctx->tt_info & TT_SLOT)) slot_ctx 1062 drivers/usb/host/xhci-ring.c struct xhci_slot_ctx *slot_ctx; slot_ctx 1078 drivers/usb/host/xhci-ring.c slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); slot_ctx 1079 drivers/usb/host/xhci-ring.c trace_xhci_handle_cmd_set_deq(slot_ctx); slot_ctx 1093 drivers/usb/host/xhci-ring.c slot_state = le32_to_cpu(slot_ctx->dev_state); slot_ctx 1205 drivers/usb/host/xhci-ring.c struct xhci_slot_ctx *slot_ctx; slot_ctx 1211 drivers/usb/host/xhci-ring.c slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); slot_ctx 1212 drivers/usb/host/xhci-ring.c trace_xhci_handle_cmd_disable_slot(slot_ctx); slot_ctx 1280 drivers/usb/host/xhci-ring.c struct xhci_slot_ctx *slot_ctx; slot_ctx 1283 drivers/usb/host/xhci-ring.c slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); slot_ctx 1284 drivers/usb/host/xhci-ring.c trace_xhci_handle_cmd_addr_dev(slot_ctx); slot_ctx 1291 drivers/usb/host/xhci-ring.c struct xhci_slot_ctx *slot_ctx; slot_ctx 1294 drivers/usb/host/xhci-ring.c slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); slot_ctx 1295 drivers/usb/host/xhci-ring.c trace_xhci_handle_cmd_reset_dev(slot_ctx); slot_ctx 2254 drivers/usb/host/xhci-ring.c struct xhci_slot_ctx *slot_ctx; slot_ctx 2262 drivers/usb/host/xhci-ring.c slot_ctx = xhci_get_slot_ctx(xhci, xhci->devs[slot_id]->out_ctx); slot_ctx 2298 drivers/usb/host/xhci-ring.c le32_to_cpu(slot_ctx->tt_info) & TT_SLOT) slot_ctx 1931 drivers/usb/host/xhci.c struct xhci_slot_ctx *slot_ctx; slot_ctx 1948 drivers/usb/host/xhci.c slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); slot_ctx 1949 drivers/usb/host/xhci.c slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); slot_ctx 1951 drivers/usb/host/xhci.c slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1)); slot_ctx 2751 drivers/usb/host/xhci.c struct xhci_slot_ctx *slot_ctx; slot_ctx 2790 drivers/usb/host/xhci.c slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx); slot_ctx 2793 drivers/usb/host/xhci.c trace_xhci_configure_endpoint(slot_ctx); slot_ctx 2869 drivers/usb/host/xhci.c struct xhci_slot_ctx *slot_ctx; slot_ctx 2908 drivers/usb/host/xhci.c slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); slot_ctx 2914 drivers/usb/host/xhci.c slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); slot_ctx 2915 drivers/usb/host/xhci.c slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(i)); slot_ctx 3703 drivers/usb/host/xhci.c struct xhci_slot_ctx *slot_ctx; slot_ctx 3741 drivers/usb/host/xhci.c slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); slot_ctx 3742 drivers/usb/host/xhci.c if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == slot_ctx 3746 drivers/usb/host/xhci.c trace_xhci_discover_or_reset_device(slot_ctx); slot_ctx 3860 drivers/usb/host/xhci.c struct xhci_slot_ctx *slot_ctx; slot_ctx 3881 drivers/usb/host/xhci.c slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); slot_ctx 3882 drivers/usb/host/xhci.c trace_xhci_free_dev(slot_ctx); slot_ctx 3961 drivers/usb/host/xhci.c struct xhci_slot_ctx *slot_ctx; slot_ctx 4016 drivers/usb/host/xhci.c slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); slot_ctx 4017 drivers/usb/host/xhci.c trace_xhci_alloc_dev(slot_ctx); slot_ctx 4056 drivers/usb/host/xhci.c struct xhci_slot_ctx *slot_ctx; slot_ctx 4088 drivers/usb/host/xhci.c slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); slot_ctx 4089 drivers/usb/host/xhci.c trace_xhci_setup_device_slot(slot_ctx); slot_ctx 4092 drivers/usb/host/xhci.c if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == slot_ctx 4107 drivers/usb/host/xhci.c slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx); slot_ctx 4120 drivers/usb/host/xhci.c if (!slot_ctx->dev_info) slot_ctx 4129 drivers/usb/host/xhci.c le32_to_cpu(slot_ctx->dev_info) >> 27); slot_ctx 4206 drivers/usb/host/xhci.c le32_to_cpu(slot_ctx->dev_info) >> 27); slot_ctx 4212 drivers/usb/host/xhci.c le32_to_cpu(slot_ctx->dev_info) >> 27); slot_ctx 4216 drivers/usb/host/xhci.c slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); slot_ctx 4217 drivers/usb/host/xhci.c udev->devaddr = (u8)(le32_to_cpu(slot_ctx->dev_state) & DEV_ADDR_MASK); slot_ctx 4221 drivers/usb/host/xhci.c le32_to_cpu(slot_ctx->dev_state) & DEV_ADDR_MASK); slot_ctx 4265 drivers/usb/host/xhci.c struct xhci_slot_ctx *slot_ctx; slot_ctx 4298 drivers/usb/host/xhci.c slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx); slot_ctx 4299 drivers/usb/host/xhci.c slot_ctx->dev_info2 &= cpu_to_le32(~((u32) MAX_EXIT)); slot_ctx 4300 drivers/usb/host/xhci.c slot_ctx->dev_info2 |= cpu_to_le32(max_exit_latency); slot_ctx 4301 drivers/usb/host/xhci.c slot_ctx->dev_state = 0; slot_ctx 5015 drivers/usb/host/xhci.c struct xhci_slot_ctx *slot_ctx; slot_ctx 5053 drivers/usb/host/xhci.c slot_ctx = xhci_get_slot_ctx(xhci, config_cmd->in_ctx); slot_ctx 5054 drivers/usb/host/xhci.c slot_ctx->dev_info |= cpu_to_le32(DEV_HUB); slot_ctx 5061 drivers/usb/host/xhci.c slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); slot_ctx 5063 drivers/usb/host/xhci.c slot_ctx->dev_info &= cpu_to_le32(~DEV_MTT); slot_ctx 5069 drivers/usb/host/xhci.c slot_ctx->dev_info2 |= cpu_to_le32(XHCI_MAX_PORTS(hdev->maxchild)); slot_ctx 5081 drivers/usb/host/xhci.c slot_ctx->tt_info |= slot_ctx 5088 drivers/usb/host/xhci.c slot_ctx->dev_state = 0;