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
1108
slot_ctx = xhci_get_slot_ctx(xhci, dev->in_ctx);
drivers/usb/host/xhci-mem.c
1636
in_slot_ctx = xhci_get_slot_ctx(xhci, in_ctx);
drivers/usb/host/xhci-mem.c
1637
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
2500
slot_ctx = xhci_get_slot_ctx(xhci, ep->vdev->out_ctx);
drivers/usb/host/xhci.c
2104
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx);
drivers/usb/host/xhci.c
3005
slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx);
drivers/usb/host/xhci.c
3123
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx);
drivers/usb/host/xhci.c
3969
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
drivers/usb/host/xhci.c
4127
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
drivers/usb/host/xhci.c
4282
slot_ctx = xhci_get_slot_ctx(xhci, vdev->out_ctx);
drivers/usb/host/xhci.c
4356
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
drivers/usb/host/xhci.c
4376
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->in_ctx);
drivers/usb/host/xhci.c
4484
slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
drivers/usb/host/xhci.c
4573
slot_ctx = xhci_get_slot_ctx(xhci, command->in_ctx);
drivers/usb/host/xhci.c
5311
slot_ctx = xhci_get_slot_ctx(xhci, config_cmd->in_ctx);
drivers/usb/host/xhci.h
2003
struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx);