Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-ring.c3064 int xhci_interval; in xhci_queue_intr_tx() local
3067 xhci_interval = EP_INTERVAL_TO_UFRAMES(le32_to_cpu(ep_ctx->ep_info)); in xhci_queue_intr_tx()
3076 if (xhci_interval != ep_interval) { in xhci_queue_intr_tx()
3083 xhci_interval, in xhci_queue_intr_tx()
3084 xhci_interval == 1 ? "" : "s"); in xhci_queue_intr_tx()
3085 urb->interval = xhci_interval; in xhci_queue_intr_tx()
3826 int xhci_interval; in xhci_queue_isoc_tx_prepare() local
3856 xhci_interval = EP_INTERVAL_TO_UFRAMES(le32_to_cpu(ep_ctx->ep_info)); in xhci_queue_isoc_tx_prepare()
3865 if (xhci_interval != ep_interval) { in xhci_queue_isoc_tx_prepare()
3872 xhci_interval, in xhci_queue_isoc_tx_prepare()
[all …]