Searched refs:slot_ctx (Results 1 – 3 of 3) sorted by relevance
16 struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx); in xhci_get_slot_state() local17 int state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in xhci_get_slot_state()
250 struct xhci_slot_ctx *slot_ctx; in xhci_slot_context_show() local256 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx); in xhci_slot_context_show()259 le32_to_cpu(slot_ctx->dev_info), in xhci_slot_context_show()260 le32_to_cpu(slot_ctx->dev_info2), in xhci_slot_context_show()261 le32_to_cpu(slot_ctx->tt_info), in xhci_slot_context_show()262 le32_to_cpu(slot_ctx->dev_state))); in xhci_slot_context_show()
88 struct cdnsp_slot_ctx *slot_ctx; in cdnsp_ep0_set_address() local100 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx); in cdnsp_ep0_set_address()109 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx); in cdnsp_ep0_set_address()110 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_ep0_set_address()