Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-ring.c3994 struct xhci_virt_ep *xep; in xhci_queue_isoc_tx() local
3997 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx()
4061 if (!xep->use_extended_tbc) in xhci_queue_isoc_tx()
4103 if (first_trb && xep->use_extended_tbc) in xhci_queue_isoc_tx()
4130 xep->next_frame_id = urb->start_frame + num_tds * urb->interval; in xhci_queue_isoc_tx()
4181 struct xhci_virt_ep *xep; in xhci_queue_isoc_tx_prepare() local
4185 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx_prepare()
4211 urb->start_frame = xep->next_frame_id; in xhci_queue_isoc_tx_prepare()