Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dxhci-ring.c2590 int xhci_interval; in xhci_queue_intr_tx() local
2593 xhci_interval = EP_INTERVAL_TO_UFRAMES(ep_ctx->ep_info); in xhci_queue_intr_tx()
2602 if (xhci_interval != ep_interval) { in xhci_queue_intr_tx()
2609 xhci_interval, in xhci_queue_intr_tx()
2610 xhci_interval == 1 ? "" : "s"); in xhci_queue_intr_tx()
2611 urb->interval = xhci_interval; in xhci_queue_intr_tx()
3197 int xhci_interval; in xhci_queue_isoc_tx_prepare() local
3227 xhci_interval = EP_INTERVAL_TO_UFRAMES(ep_ctx->ep_info); in xhci_queue_isoc_tx_prepare()
3236 if (xhci_interval != ep_interval) { in xhci_queue_isoc_tx_prepare()
3243 xhci_interval, in xhci_queue_isoc_tx_prepare()
[all …]