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

/linux-master/drivers/usb/host/
H A Dxhci-ring.c4068 struct xhci_virt_ep *xep; local
4071 xep = &xhci->devs[slot_id]->eps[ep_index];
4136 if (!xep->use_extended_tbc)
4178 if (first_trb && xep->use_extended_tbc)
4205 xep->next_frame_id = urb->start_frame + num_tds * urb->interval;
4255 struct xhci_virt_ep *xep; local
4259 xep = &xhci->devs[slot_id]->eps[ep_index];
4285 urb->start_frame = xep->next_frame_id;

Completed in 267 milliseconds