Lines Matching refs:vdev
912 struct xhci_virt_device *vdev;
917 vdev = xhci->devs[slot_id];
918 if (!vdev)
921 if (vdev->real_port == 0 ||
922 vdev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) {
923 xhci_dbg(xhci, "Bad vdev->real_port.\n");
927 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts);
933 vdev = xhci->devs[i];
934 if (vdev && (vdev->tt_info == tt_info))
981 dev->eps[i].vdev = dev;