xep              3743 drivers/usb/host/xhci-ring.c 	struct xhci_virt_ep *xep;
xep              3746 drivers/usb/host/xhci-ring.c 	xep = &xhci->devs[slot_id]->eps[ep_index];
xep              3810 drivers/usb/host/xhci-ring.c 		if (!xep->use_extended_tbc)
xep              3854 drivers/usb/host/xhci-ring.c 			if (first_trb && xep->use_extended_tbc)
xep              3881 drivers/usb/host/xhci-ring.c 		xep->next_frame_id = urb->start_frame + num_tds * urb->interval;
xep              3932 drivers/usb/host/xhci-ring.c 	struct xhci_virt_ep *xep;
xep              3936 drivers/usb/host/xhci-ring.c 	xep = &xhci->devs[slot_id]->eps[ep_index];
xep              3962 drivers/usb/host/xhci-ring.c 			urb->start_frame = xep->next_frame_id;