Lines Matching refs:virt_dev
123 struct xhci_virt_device *virt_dev;
126 virt_dev = xhci->devs[udev->slot_id];
127 if (!virt_dev->real_port) {
134 bw_index = (virt_dev->real_port - 1) * 2;
136 bw_index = (virt_dev->real_port - 1) * 2 + 1;
139 bw_index = virt_dev->real_port + xhci->usb3_rhub.num_ports - 1;
632 struct xhci_virt_device *virt_dev;
636 virt_dev = xhci->devs[udev->slot_id];
638 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index);
692 struct xhci_virt_device *virt_dev = xhci->devs[udev->slot_id];
710 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index);