Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c3914 struct xhci_virt_ep *xep; in xhci_queue_isoc_tx() local
3917 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx()
3981 if (!xep->use_extended_tbc) in xhci_queue_isoc_tx()
4023 if (first_trb && xep->use_extended_tbc) in xhci_queue_isoc_tx()
4050 xep->next_frame_id = urb->start_frame + num_tds * urb->interval; in xhci_queue_isoc_tx()
4101 struct xhci_virt_ep *xep; in xhci_queue_isoc_tx_prepare() local
4105 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx_prepare()
4131 urb->start_frame = xep->next_frame_id; in xhci_queue_isoc_tx_prepare()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c4064 struct xhci_virt_ep *xep; in xhci_queue_isoc_tx() local
4067 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx()
4131 if (!xep->use_extended_tbc) in xhci_queue_isoc_tx()
4173 if (first_trb && xep->use_extended_tbc) in xhci_queue_isoc_tx()
4200 xep->next_frame_id = urb->start_frame + num_tds * urb->interval; in xhci_queue_isoc_tx()
4250 struct xhci_virt_ep *xep; in xhci_queue_isoc_tx_prepare() local
4254 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx_prepare()
4280 urb->start_frame = xep->next_frame_id; in xhci_queue_isoc_tx_prepare()

Completed in 11 milliseconds