Searched refs:slot_ctx (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/usb/host/
H A Dxhci-dbg.c16 struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx); local
17 int state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state));
H A Dxhci.c1989 struct xhci_slot_ctx *slot_ctx; local
2006 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx);
2007 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK);
2009 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1));
2800 struct xhci_slot_ctx *slot_ctx; local
2839 slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx);
2842 trace_xhci_configure_endpoint(slot_ctx);
2918 struct xhci_slot_ctx *slot_ctx; local
2957 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx);
2963 slot_ctx
3712 struct xhci_slot_ctx *slot_ctx; local
3869 struct xhci_slot_ctx *slot_ctx; local
3979 struct xhci_slot_ctx *slot_ctx; local
4078 struct xhci_slot_ctx *slot_ctx; local
4291 struct xhci_slot_ctx *slot_ctx; local
5038 struct xhci_slot_ctx *slot_ctx; local
[all...]
H A Dxhci-debugfs.c262 struct xhci_slot_ctx *slot_ctx; local
268 slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx);
271 le32_to_cpu(slot_ctx->dev_info),
272 le32_to_cpu(slot_ctx->dev_info2),
273 le32_to_cpu(slot_ctx->tt_info),
274 le32_to_cpu(slot_ctx->dev_state)));
H A Dxhci-mem.c1077 struct xhci_slot_ctx *slot_ctx; local
1088 slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx);
1091 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1) | udev->route);
1094 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_SSP);
1098 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_SS);
1102 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_HS);
1107 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_FS);
1111 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_LS);
1125 slot_ctx->dev_info2 |= cpu_to_le32(ROOT_HUB_PORT(dev->rhub_port->hw_portnum + 1));
1161 slot_ctx
[all...]
H A Dxhci-ring.c1351 struct xhci_slot_ctx *slot_ctx; local
1369 slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx);
1370 trace_xhci_handle_cmd_set_deq(slot_ctx);
1384 slot_state = le32_to_cpu(slot_ctx->dev_state);
1498 struct xhci_slot_ctx *slot_ctx; local
1504 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
1505 trace_xhci_handle_cmd_disable_slot(slot_ctx);
1549 struct xhci_slot_ctx *slot_ctx; local
1554 slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx);
1555 trace_xhci_handle_cmd_addr_dev(slot_ctx);
1561 struct xhci_slot_ctx *slot_ctx; local
2505 struct xhci_slot_ctx *slot_ctx; local
[all...]
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.c442 struct cdnsp_slot_ctx *slot_ctx; local
456 slot_ctx = cdnsp_get_slot_ctx(&pdev->in_ctx);
457 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK);
460 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1));
639 struct cdnsp_slot_ctx *slot_ctx; local
655 slot_ctx = cdnsp_get_slot_ctx(&pdev->in_ctx);
661 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK);
662 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(i));
690 struct cdnsp_slot_ctx *slot_ctx; local
694 slot_ctx
824 struct cdnsp_slot_ctx *slot_ctx; local
856 struct cdnsp_slot_ctx *slot_ctx; local
[all...]
H A Dcdnsp-ep0.c88 struct cdnsp_slot_ctx *slot_ctx; local
100 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx);
109 slot_ctx = cdnsp_get_slot_ctx(&pdev->out_ctx);
110 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state));
H A Dcdnsp-mem.c728 struct cdnsp_slot_ctx *slot_ctx; local
733 slot_ctx = cdnsp_get_slot_ctx(&pdev->in_ctx);
736 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1));
740 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_SSP);
744 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_SS);
748 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_HS);
752 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_FS);
761 slot_ctx->dev_port |= cpu_to_le32(port);
762 slot_ctx->dev_state = cpu_to_le32((pdev->device_address &

Completed in 179 milliseconds