Home
last modified time | relevance | path

Searched refs:virt_ep (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/usb/host/
Dxhci.c1831 struct xhci_virt_ep *virt_ep; in xhci_endpoint_reset() local
1841 virt_ep = &xhci->devs[udev->slot_id]->eps[ep_index]; in xhci_endpoint_reset()
1842 if (!virt_ep->stopped_td) { in xhci_endpoint_reset()
1862 kfree(virt_ep->stopped_td); in xhci_endpoint_reset()
1865 virt_ep->stopped_td = NULL; in xhci_endpoint_reset()
1866 virt_ep->stopped_trb = NULL; in xhci_endpoint_reset()
1867 virt_ep->stopped_stream = 0; in xhci_endpoint_reset()