Lines Matching refs:slot_ctx
1033 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_set_deq() local
1049 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); in xhci_handle_cmd_set_deq()
1050 trace_xhci_handle_cmd_set_deq(slot_ctx); in xhci_handle_cmd_set_deq()
1064 slot_state = le32_to_cpu(slot_ctx->dev_state); in xhci_handle_cmd_set_deq()
1172 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_disable_slot() local
1178 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx); in xhci_handle_cmd_disable_slot()
1179 trace_xhci_handle_cmd_disable_slot(slot_ctx); in xhci_handle_cmd_disable_slot()
1247 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_addr_dev() local
1250 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_addr_dev()
1251 trace_xhci_handle_cmd_addr_dev(slot_ctx); in xhci_handle_cmd_addr_dev()
1258 struct xhci_slot_ctx *slot_ctx; in xhci_handle_cmd_reset_dev() local
1261 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx); in xhci_handle_cmd_reset_dev()
1262 trace_xhci_handle_cmd_reset_dev(slot_ctx); in xhci_handle_cmd_reset_dev()