Lines Matching refs:vdev
956 struct xhci_virt_device *vdev;
961 vdev = xhci->devs[slot_id];
962 if (!vdev)
965 if (vdev->real_port == 0 ||
966 vdev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) {
967 xhci_dbg(xhci, "Bad vdev->real_port.\n");
971 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts);
977 vdev = xhci->devs[i];
978 if (vdev && (vdev->tt_info == tt_info))
1027 dev->eps[i].vdev = dev;