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.c4112 struct xhci_virt_ep *xep; in xhci_queue_isoc_tx() local
4116 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx()
4134 start_uframe = xhci_get_isoc_start_frame(xhci, urb, xep); in xhci_queue_isoc_tx()
4170 if (xhci_isoc_td_uses_frame_id(xhci, urb, xep, i)) { in xhci_queue_isoc_tx()
4188 if (!xep->use_extended_tbc) in xhci_queue_isoc_tx()
4230 if (first_trb && xep->use_extended_tbc) in xhci_queue_isoc_tx()
4255 xep->next_uframe = (start_uframe + num_tds * uinterval) % MAX_UFRAMES; in xhci_queue_isoc_tx()
4279 td_to_noop(xhci, xep, &urb_priv->td[0], true); in xhci_queue_isoc_tx()
4302 struct xhci_virt_ep *xep; in xhci_queue_isoc_tx_prepare() local
4307 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx_prepare()
[all …]