Lines Matching refs:slot_ctx
1361 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_set_deq() local
1379 slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx); in xhci_handle_cmd_set_deq()
1380 trace_xhci_handle_cmd_set_deq(slot_ctx); in xhci_handle_cmd_set_deq()
1394 slot_state = le32_to_cpu(slot_ctx->dev_state); in xhci_handle_cmd_set_deq()
1510 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_disable_slot() local
1516 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_handle_cmd_disable_slot()
1517 trace_xhci_handle_cmd_disable_slot(slot_ctx); in xhci_handle_cmd_disable_slot()
1586 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_addr_dev() local
1591 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_addr_dev()
1592 trace_xhci_handle_cmd_addr_dev(slot_ctx); in xhci_handle_cmd_addr_dev()
1598 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_reset_dev() local
1606 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_reset_dev()
1607 trace_xhci_handle_cmd_reset_dev(slot_ctx); in xhci_handle_cmd_reset_dev()
2509 struct xhci_slot_ctx *slot_ctx; in process_bulk_intr_td() local
2513 slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx); in process_bulk_intr_td()
2548 le32_to_cpu(slot_ctx->tt_info) & TT_SLOT) in process_bulk_intr_td()