Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c4093 struct xhci_virt_ep *xep; in xhci_queue_isoc_tx() local
4096 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx()
4160 if (!xep->use_extended_tbc) in xhci_queue_isoc_tx()
4202 if (first_trb && xep->use_extended_tbc) in xhci_queue_isoc_tx()
4229 xep->next_frame_id = urb->start_frame + num_tds * urb->interval; in xhci_queue_isoc_tx()
4253 td_to_noop(xhci, xep, &urb_priv->td[0], true); in xhci_queue_isoc_tx()
4279 struct xhci_virt_ep *xep; in xhci_queue_isoc_tx_prepare() local
4283 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx_prepare()
4309 urb->start_frame = xep->next_frame_id; in xhci_queue_isoc_tx_prepare()