Home
last modified time | relevance | path

Searched refs:in_slot_ctx (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c701 struct xhci_slot_ctx *in_slot_ctx; in xhci_slot_copy() local
704 in_slot_ctx = xhci_get_slot_ctx(ctrl, in_ctx); in xhci_slot_copy()
707 in_slot_ctx->dev_info = out_slot_ctx->dev_info; in xhci_slot_copy()
708 in_slot_ctx->dev_info2 = out_slot_ctx->dev_info2; in xhci_slot_copy()
709 in_slot_ctx->tt_info = out_slot_ctx->tt_info; in xhci_slot_copy()
710 in_slot_ctx->dev_state = out_slot_ctx->dev_state; in xhci_slot_copy()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c1722 struct xhci_slot_ctx *in_slot_ctx; in xhci_slot_copy() local
1725 in_slot_ctx = xhci_get_slot_ctx(xhci, in_ctx); in xhci_slot_copy()
1728 in_slot_ctx->dev_info = out_slot_ctx->dev_info; in xhci_slot_copy()
1729 in_slot_ctx->dev_info2 = out_slot_ctx->dev_info2; in xhci_slot_copy()
1730 in_slot_ctx->tt_info = out_slot_ctx->tt_info; in xhci_slot_copy()
1731 in_slot_ctx->dev_state = out_slot_ctx->dev_state; in xhci_slot_copy()