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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci.c1575 struct xhci_virt_ep *virt_ep; local
1585 virt_ep = &xhci->devs[udev->slot_id]->eps[ep_index];
1586 if (!virt_ep->stopped_td) {
1606 kfree(virt_ep->stopped_td);
1609 virt_ep->stopped_td = NULL;
1610 virt_ep->stopped_trb = NULL;
1611 virt_ep->stopped_stream = 0;

Completed in 106 milliseconds