Lines Matching refs:slot_ctx
1340 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_set_deq() local
1359 slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx); in xhci_handle_cmd_set_deq()
1360 trace_xhci_handle_cmd_set_deq(slot_ctx); in xhci_handle_cmd_set_deq()
1374 slot_state = le32_to_cpu(slot_ctx->dev_state); in xhci_handle_cmd_set_deq()
1513 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_disable_slot() local
1519 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_handle_cmd_disable_slot()
1520 trace_xhci_handle_cmd_disable_slot(slot_ctx); in xhci_handle_cmd_disable_slot()
1563 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_addr_dev() local
1568 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_addr_dev()
1569 trace_xhci_handle_cmd_addr_dev(slot_ctx); in xhci_handle_cmd_addr_dev()
1575 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_reset_dev() local
1583 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_reset_dev()
1584 trace_xhci_handle_cmd_reset_dev(slot_ctx); in xhci_handle_cmd_reset_dev()
2515 struct xhci_slot_ctx *slot_ctx; in process_bulk_intr_td() local
2519 slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx); in process_bulk_intr_td()
2550 le32_to_cpu(slot_ctx->tt_info) & TT_SLOT) in process_bulk_intr_td()