Lines Matching refs:virt_dev
1474 struct xhci_virt_device *virt_dev;
1477 virt_dev = xhci->devs[slot_id];
1478 if (!virt_dev)
1481 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
1486 xhci_free_device_endpoint_resources(xhci, virt_dev, true);
1492 struct xhci_virt_device *virt_dev;
1503 virt_dev = xhci->devs[slot_id];
1504 if (!virt_dev)
1506 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx);
1517 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, ep_index);