Home
last modified time | relevance | path

Searched refs:slot_ctx (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-dbg.c16 struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx); in xhci_get_slot_state() local
17 int state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in xhci_get_slot_state()
H A Dxhci-debugfs.c250 struct xhci_slot_ctx *slot_ctx; in xhci_slot_context_show() local
256 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()
/linux/drivers/usb/cdns3/
H A Dcdnsp-ep0.c88 struct cdnsp_slot_ctx *slot_ctx; in cdnsp_ep0_set_address() local
100 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()