Searched refs:out_slot_ctx (Results 1 – 2 of 2) sorted by relevance
701 struct xhci_slot_ctx *out_slot_ctx; in xhci_slot_copy() local704 out_slot_ctx = xhci_get_slot_ctx(ctrl, out_ctx); in xhci_slot_copy()706 in_slot_ctx->dev_info = out_slot_ctx->dev_info; in xhci_slot_copy()707 in_slot_ctx->dev_info2 = out_slot_ctx->dev_info2; in xhci_slot_copy()708 in_slot_ctx->tt_info = out_slot_ctx->tt_info; in xhci_slot_copy()709 in_slot_ctx->dev_state = out_slot_ctx->dev_state; in xhci_slot_copy()
1611 struct xhci_slot_ctx *out_slot_ctx; in xhci_slot_copy() local1614 out_slot_ctx = xhci_get_slot_ctx(xhci, out_ctx); in xhci_slot_copy()1616 in_slot_ctx->dev_info = out_slot_ctx->dev_info; in xhci_slot_copy()1617 in_slot_ctx->dev_info2 = out_slot_ctx->dev_info2; in xhci_slot_copy()1618 in_slot_ctx->tt_info = out_slot_ctx->tt_info; in xhci_slot_copy()1619 in_slot_ctx->dev_state = out_slot_ctx->dev_state; in xhci_slot_copy()