Symbol: xhci_get_slot_ctx
drivers/usb/host/xhci-dbg.c
16
struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx);
drivers/usb/host/xhci-debugfs.c
256
slot_ctx = xhci_get_slot_ctx(xhci, dev->out_ctx);
drivers/usb/host/xhci-mem.c
1106
slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx);
drivers/usb/host/xhci-mem.c
1633
in_slot_ctx = xhci_get_slot_ctx(xhci, in_ctx);
drivers/usb/host/xhci-mem.c
1634
out_slot_ctx = xhci_get_slot_ctx(xhci, out_ctx);
drivers/usb/host/xhci-ring.c
1443
slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx);
drivers/usb/host/xhci-ring.c
1609
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
drivers/usb/host/xhci-ring.c
1662
slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx);
drivers/usb/host/xhci-ring.c
1677
slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx);
drivers/usb/host/xhci-ring.c
2526
slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx);
drivers/usb/host/xhci.c
2107
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx);
drivers/usb/host/xhci.c
3008
slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx);
drivers/usb/host/xhci.c
3126
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx);
drivers/usb/host/xhci.c
3957
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
drivers/usb/host/xhci.c
4115
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
drivers/usb/host/xhci.c
4270
slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx);
drivers/usb/host/xhci.c
4344
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
drivers/usb/host/xhci.c
4364
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx);
drivers/usb/host/xhci.c
4472
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
drivers/usb/host/xhci.c
4561
slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx);
drivers/usb/host/xhci.c
5299
slot_ctx = xhci_get_slot_ctx(xhci, config_cmd->in_ctx);
drivers/usb/host/xhci.h
1995
struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx);