Lines Matching refs:virt_dev
1384 struct xhci_virt_device *virt_dev;
1387 virt_dev = xhci->devs[slot_id];
1388 if (!virt_dev)
1391 slot_ctx = xhci_get_slot_ctx(xhci, virt_dev->out_ctx);
1396 xhci_free_device_endpoint_resources(xhci, virt_dev, true);
1402 struct xhci_virt_device *virt_dev;
1417 virt_dev = xhci->devs[slot_id];
1418 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx);
1429 ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->out_ctx, ep_index);
1441 ep_state = virt_dev->eps[ep_index].ep_state;
1449 virt_dev->eps[ep_index].ep_state &= ~EP_HALTED;